Viewing 1 replies (of 1 total)
  • Hi, something like:

    a {
        color: red; /*change this color*/
    }
    a:hover {
        color: purple; /*change this color*/
    }

    will change almost all the links color.

    Hope this helps

Viewing 1 replies (of 1 total)

The topic ‘Change link color?’ is closed to new replies.