Hi!
How can I have a certain piece of text bold yet not automatically coloured in the main predefined colour scheme?
Specifically: I’d like the text below the YouTube video to be bold an black, or more specifically: to look similar to the ‘titles’ of the other ‘boxes’, i.e. bold and black, instead of orange.
How can I make this happen?
Thanks!
Welmoed
Hey Welmoed!
Please firstly turn on Custom CSS field for ALB elements ( please see – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ ) and give your text block element a unique class and then add following code to Quick CSS
.your-custom-class strong { color: inherit!important; }
Best regards,
Yigit
Hey Yigit,
thanks for all your help! Much appreciated!
I managed to add the code to the functions.php. But then the link says ‘Whenever you open a shortcode/template builder element now you will see the following custom class field:’
Now where do I find ‘a shortcode/template builder element’ and how do I open it? Maybe it’s very simple, but I don’t know where to find it yet… Can you please help me out here?
Thanks a lot!
Hi!
Please edit one of the elements on your page and you should see “Custom CSS Class” field as shown in this screenshot – http://kriesi.at/documentation/enfold/wp-content/uploads/sites/2/2013/12/blur.jpg
Regards,
Yigit
Ah yes thank you :-)
I managed :-) Just waiting for the settings to go through so I see the changes on the front end as well :-)
Thanks a lot!
EDIT: help, it’s not working… I flushed the caches and the text is still orange… what else can I do??