Title: Hyperlink underline colour
Last modified: August 22, 2016

---

# Hyperlink underline colour

 *  [paul888](https://wordpress.org/support/users/paul888/)
 * (@paul888)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/hyperlink-underline-colour/)
 * 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)

 *  [Beaverman](https://wordpress.org/support/users/beaverman/)
 * (@beaverman)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/hyperlink-underline-colour/#post-5204841)
 * 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](http://www.w3schools.com/tags/ref_colorpicker.asp).

Viewing 1 replies (of 1 total)

The topic ‘Hyperlink underline colour’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/fifteen/2.1.9/screenshot.png)
 * Fifteen
 * [Support Threads](https://wordpress.org/support/theme/fifteen/)
 * [Active Topics](https://wordpress.org/support/theme/fifteen/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/fifteen/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/fifteen/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Beaverman](https://wordpress.org/support/users/beaverman/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/hyperlink-underline-colour/#post-5204841)
 * Status: not resolved