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!
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
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;
}