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

    Using Enfold, I find that it makes bolded text a color. And unfortunately a very similar color to my links. This is distracting and confusing. How can I clear the settings so bolded text is just bold?

    #686059

    Hey Dandelion222,

    Thanks for reaching out to us!

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .main_color strong{
    color: #000000 !important;
    }
    

    Best regards,
    Jordan

    #686064

    Yes, that worked. Thank you!

    #686083

    Hi,

    Glad to hear that it worked! Feel free to reach out to us if there is anything else you need assistance with.

    Best regards,
    Jordan

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to make bolded text just be bolded and not a color’ is closed to new replies.