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
Hi sambolleter!
Please add following code to Quick CSS in Enfold theme options under Styling tab
.main_color strong { color: #333333; }
Cheers!
Yigit
Hey Yigit
Thanks for the fast reply. Your support rocks!
Greetings, Sam