- This topic has 1 reply, 2 voices, and was last updated 9 years, 3 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Community Forums › Epik Theme Support › Changing link color of links already visited in Epik theme
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.