Dear Kriesi-Team,
is there a possibilty to use the same CSS styles from Easy Slider headline and description (for example: h2.avia-caption-title, avia-caption-content) within the “Layer Slider WP”? How can I a add the right code into the custom CSS field of “Layer Slider WP”?
Thank you so much!
Manfred
Hi Manfred!
Thank you for using the Enfold theme.
You can use this:
font-size: 28px;
line-height: 1.1em;
margin-bottom: 10px;
background: #000;
filter: alpha(opacity = 80);
background: rgba(0, 0, 0, 0.5);
display: inline-block;
margin: 0 0 1px 0;
padding: 10px 15px;
text-transform: uppercase;
letter-spacing: 1px;
To make it easier, try learning about google inspector or firebug. You can then look for the appropriate style of a specific object.
Regards,
Ismael
Hi Ismael,
Yes, it works quite well with google inspector, withing the tab “computed” I can see all individual css settings. I was only unsure, if I can use directly some enfold specific styles within Layer Slider WP, but with this tool it is really use to find out and add it simply to the custom css field.
Thank you so much for your support!
Manfred