Forums

Hyperlink font color not changed after visiting it (3 posts)

  1. bloguser
    Member
    Posted 2 years ago #

    The font color of my hyperlink does not change after someone clicking on it. What can be done?

  2. brevityness
    Member
    Posted 2 years ago #

    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.

  3. bloguser
    Member
    Posted 2 years ago #

    thanks, brevityness

Topic Closed

This topic has been closed to new replies.

About this Topic