Link text color not working
-
Hello,
I’m having an issue with the link text color on my company’s site. We’ve been having some problems with the theme options ever since we updated the theme, actually. But this one I can’t figure out.
In the theme options under general settings, it says that the link text is the color I want it to be (#7d8f17) but when I visit the actual pages, it is not that color. When I inspect element, it says that it is set to #555555.
I figured there might be a conflict in the code somewhere that’s causing this, so I went to custom CSS at the bottom of general setting and put
a {
color:#7d8f17;
}Didn’t work, so I changed it to
a {
color:#7d8f17 !important;
}Still didn’t work.
What is the problem and how can I fix it?
- The topic ‘Link text color not working’ is closed to new replies.