• 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

    (@crondeau)

    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.