Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #781376

    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?

    #781380

    PS: This seems to only be happening on the homepage with just one of the widgets.

    #781390

    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

    #781402

    Yes, that worked. Thank you

    #781404

    Hi,

    Glad we could help! Thanks for using Enfold :)

    Best regards,
    Nikko

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.