Viewing 2 replies - 1 through 2 (of 2 total)
  • Check your theme’s stylesheet for this:

    a:visited {
    color: black; }
    
    a:active {
    color: red; }

    Those are the general css stylings you should target if you wanted to change the color of clicked-on links.

    Thread Starter bloguser

    (@bloguser)

    thanks, brevityness

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hyperlink font color not changed after visiting it’ is closed to new replies.