Homepage › Community Forums › Epik Theme Support › Changing link color of links already visited in Epik theme
Tagged: color, links
How do you change the color of links to a different shade when someone has clicked on and visited that link in the Epik theme?
Look for this in your css –
a:hover { color: #888; text-decoration: underline; }
and then you can change it to whatever color you need.