Headerbar link colors

Feb 27, 2011 13:27

How do I give the links in my header each their own color? If I change the color now it automatically changes all the links into the same color.

header

Leave a comment

Comments 1

(The comment has been removed)

gentle_dream February 27 2011, 21:36:15 UTC
I am working with a theme layer.

So for instance for changing the color of the header links I am now using

.header-menu a, .header-menu a:visited {
color: #8b8888;
text-transform: uppercase !important;
}

I kind of understand what you are saying, but I wouldn't know what exactly to put in the theme layer to give all of the links another color.

Reply


Leave a comment

Up