Title: Changing Hyperlink Color
Last modified: August 22, 2016

---

# Changing Hyperlink Color

 *  [mac2345](https://wordpress.org/support/users/mac2345/)
 * (@mac2345)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/changing-hyperlink-color/)
 * Hello,
 * I am trying to change the link color in the sidebar (like the categories) from
   gray to a darker color. I have jetpack installed and have tried using the code
   below but the color is not changing. Thanks!
 * media=”all”
    a { color: #bbb; }

Viewing 1 replies (of 1 total)

 *  Theme Author [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * (@crondeau)
 * [11 years, 8 months ago](https://wordpress.org/support/topic/changing-hyperlink-color/#post-5232456)
 * Can you provide a link to your site please so we can have a look?
 * Right now the default for the links is set to :
 *     ```
       a {
       	color: #bbb;
       }
       ```
   
 * So if you’re changing it to #bbb, you won’t see anything, because that’s the 
   same colour.
    You also don’t need media=”all”

Viewing 1 replies (of 1 total)

The topic ‘Changing Hyperlink Color’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/water-lily/1.4/screenshot.jpg)
 * Water Lily
 * [Support Threads](https://wordpress.org/support/theme/water-lily/)
 * [Active Topics](https://wordpress.org/support/theme/water-lily/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/water-lily/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/water-lily/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Christine Rondeau](https://wordpress.org/support/users/crondeau/)
 * Last activity: [11 years, 8 months ago](https://wordpress.org/support/topic/changing-hyperlink-color/#post-5232456)
 * Status: not resolved