Tagged: Link colour
I would like to change ONLY the color of links in the content, but when I try I change the color of lines and so on… Because if not I have to done in every link that I do.
Could I do it with some code? What?
Thanks.
Hey hector1069,
Yes, just add this css code in Quick CSS, located in Enfold > General Styling:
#top a {
color: blue;
}
Just change the color value, hope it helps.
Best regards,
Nikko