Changing link color of links already visited in Epik theme

Homepage Community Forums Epik Theme Support Changing link color of links already visited in Epik theme

Tagged: ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #8732
    Steven
    Customer

      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?

      #8751
      Wes
      Moderator

        Look for this in your css –

        a:hover {
        	color: #888;
        	text-decoration: underline;
        }

        and then you can change it to whatever color you need.

      Viewing 2 posts - 1 through 2 (of 2 total)
      • You must be logged in to reply to this topic.