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

    Hi there

    I’m struggling with defining the color for bold (strong) text. I defined the main content font color to #333333 (dark grey). The color for links, dropcaps etc. is defined to be red (#9c111a). I have defined some words to be bold in the main text. The bold text has now become red, which shouldn’t be the case. It should stay #333333.

    Can you tell me, what CSS rule I have to define so I can set the same color as the main text for bold text.

    Thanks, Sam

    #175097

    Hi sambolleter!

    Please add following code to Quick CSS in Enfold theme options under Styling tab

    .main_color strong { color: #333333; }

    Cheers!
    Yigit

    #175158

    Hey Yigit

    Thanks for the fast reply. Your support rocks!

    Greetings, Sam

    #175159

    Hey!

    You are welcome Sam! Glad we could help :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Define the color of bold text’ is closed to new replies.