Something that I really wish Enfold would not do is make bolded text a color too. It makes it look like it is a link when it it not. From a usability perspective, it’s not a good approach.
Anyway, some time ago I posted a question to fix this and was given some CSS and the fix worked fine. (https://kriesi.at/support/topic/how-to-make-bolded-text-just-be-bolded-and-not-a-color/) But just now I tried to apply the same fix to a different project and it had no effect. I did reload and cleared the cache and see no change. My “bolded” text is still yellow.
What’s different this time? And how can I remove the color from my text?
PS: This seems to only be happening on the homepage with just one of the widgets.
Hi,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
.main_color b,
.main_color strong {
color: inherit;
}
Hope this helps :)
Best regards,
Nikko
Yes, that worked. Thank you
Hi,
Glad we could help! Thanks for using Enfold :)
Best regards,
Nikko