Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #619306

    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.

    #621205

    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

    #621503

    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.

    #621573

    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

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