• Resolved seanpaune

    (@seanpaune)


    I really need the visited links color to be different in the Blix theme, but I can’t seem to find the line in the CSS. I found the links area, but nothing about visited. Any suggestions??

Viewing 2 replies - 1 through 2 (of 2 total)
  • The css for your visited links is

    a:visited {
    color: #999;
    }

    and you can just alter the colour as you wish. This won’t affect things like post titles, though, which are wrapped in heading tags (e.g. <h2>). To change these you need to alter the color of h2 a:visited, and so on.

    Thread Starter seanpaune

    (@seanpaune)

    THANK YOU!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘changing visited link color in the Blix theme’ is closed to new replies.