Hello i want to change all links font color to blue but when i do that in enfold theme option, it changes also the strong color and some links doesnt change to blue color. How can i change only the link text in blue in all off my pages and tabs without change any others text color.
my site is http://www.alphaapolymantiki.gr/test/
Hey Lambrosg!
Please add following code to Quick CSS and adjust as needed
.main_color a, .alternate_color a {
color: orange!important;
}
Best regards,
Yigit
thnks Yigit