Forums

Changing color of visited link (2 posts)

  1. mprivett
    Member
    Posted 6 years ago #

    If this were html I wouldn't have a problem, but on my site... http://www.5solas.com... I want to change the color that visited links appear to the same color unvisited links appear. I was looking through the style.css to try to figure out which value to change and haven't been able to find it yet. I'm using a variation of the Rin theme. Anyone know what I need to do? Thanks.

  2. resiny
    Member
    Posted 6 years ago #

    a:link {
    color: #hexcodelinkcolor;
    }

    a:visited {
    color: #hexcodeyouwantvisitedlinktobe;
    }

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.