Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #390499

    Hi,

    On one of my clients site pages headings/links appear in two varying shades of green. Inspect element show they are the same color but they arent showing that way. Everything in the back end looks legit. I have the latest version of Enfold and WP, and I’ve tried deactivating all my plugins.

    Thanks for you help!

    #390595

    Hi tjpicasso!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    p strong a {
    color: inherit!important;
    }
    p strong span a {
    color: #7fb539!important;
    }

    It seems like you have adjusted the colors that way – http://i.imgur.com/72qMSh1.png

    Best regards,
    Yigit

    #392802

    Thanks for that Yigit,

    I also had to add the following as a few stayed the same .

    .main_color p {
    color: inherit!important;
    }

    .main_color span {
    color: inherit!important;
    }

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Differing link/heading colors’ is closed to new replies.