• How do you change the default forest green underline colour that appears when you hover over all links?

    Thank you!

Viewing 1 replies (of 1 total)
  • Add this to your CSS code in the theme:

    a:hover, a:focus, a:active {
        color: #090;
    }

    Just change the #090 to another value eg, #fff will be white. Get your colour codes HERE.

Viewing 1 replies (of 1 total)
  • The topic ‘Hyperlink underline colour’ is closed to new replies.