I am changing the link colors on my theme, it shows in the General Styling area and shows the link colors are getting changed to what I selected however, when I save the changes they don’t actually show up on my website pages. I have deleted the cache and resaved and checked different browsers but its still not working. How can I fix this
Hey wrightella1,
Are you running any custom css that could possibly be formatted incorrectly?
Best regards,
Jordan Shannon
No, it was doing this when I loaded it initially.
Hi,
Thanks for the update, I can’t see any problems on you site though. The main menu links are white with a maroon background on hover and that corresponds with your theme settings. If that is not what you are referring to then please try to explain a bit further.
Best regards,
Rikard
see link below
on this page all the a:links are red and I have changed the to tan #e6d6ba
is there a way to send a screen shot as an attachment?
in the footer all the links are still red although that is not what I have selected in the theme settings
The footer links are fixed now but the a:links on the page I mentioned previously are still all showing red and make them hard to read.
Hi,
Add this to quick css:
body .main_color a:link, body .main_color a:visited {
color: #fff!important;
}
Best regards,
Jordan Shannon