I have tried unsuccessfully to get the bold or strong elements on my site to change to black from the highlight color. I am using a child theme and have tried multiple iterations of:
*/ change bold color */
.main_color strong, .main_color strong a, .main_color b, .main_color b a { color: black !important; }
Hi suziwilson. I was looking for exactly the same thing just now and found this thread: https://kriesi.at/support/topic/bold-color-css-not-working/
I followed Yigit’s advice and it works.
Hi!
Can you please post the link to the page with the bold text? Please try Yigit’s advice, see if it works.
Best regards,
Ismael
Hi, The problem page is: http://gulfcoastwebnet.com/custom-email-signature-for-your-business/
Hey!
Please add following code to bottom of Style.css file of your child theme in Appearance > Editor and adjust as needed
.main_color strong, .alternate_color strong { color: inherit !important; }
Best regards,
Yigit
Thank you Yigit! Works great!!!