• mprivett

    (@mprivett)


    If this were html I wouldn’t have a problem, but on my site… https://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.

Viewing 1 replies (of 1 total)
  • resiny

    (@resiny)

    a:link {
    color: #hexcodelinkcolor;
    }

    a:visited {
    color: #hexcodeyouwantvisitedlinktobe;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘Changing color of visited link’ is closed to new replies.