Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #804617

    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

    #804625

    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

    #804632

    Hi Yigit!

    That worked great, many thanks!!!!
    Rob

    #804637

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Make bold letters black instead of red in certain cases?’ is closed to new replies.