Tagged: bold
Hello – with my settings as they are currently configured, when I bold text it is not only bolded but also colored red. That’s great most of the time.
However sometimes I want the text to be bold and black, not red. I have tried selecting the text and specifying black as text color but the theme overrides.
How can I make this text black?
Thanks!!!!
Rob
Hey Rob!
Hope you are doing well :)
Please enable the custom css class field: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and then edit your text block element (or any element you would like to change bold color) and give it a custom CSS class (“custom-bold” in example below) and then add following code to Quick CSS in Enfold theme options under General Styling tab
.custom-bold b, .custom-bold strong { color: inherit !important; }
:)
Best regards,
Yigit
Hi Yigit!
That worked great, many thanks!!!!
Rob
Hi,
Great! I’m glad Yigit’s solution worked for you. If you need additional help please let us know here in the forums.
Best regards,
Jordan Shannon