For some reason the STRONG seems to be set to blue. It really needs to be set to whatever the current font color is int he area its being bolded… like normal, is there a way to remove whatever was done in enfold and have it back to normal? I started my own bold class and was spanning all the STRONG instead with my class, but that’s not going to work for the client.
Hi LifeIsNow001!
can you provide us a precise link to your site showing the elements in question please? we need to be able to inspect the elements.
Best regards,
Andy
If you go to that link, the very first 2 words are a name, they are bolded and they look blue instead of the color of the text. I need them to be the color of the text.
Hey!
Try adding the following CSS code to the Quick CSS field under the General Styling tab in the theme options:
.main_color strong {
color: #ffffff !important;
}
Change the color value as you wish.
Best regards,
Jordan