Colour of links in your header?

Aug 04, 2007 11:25

I've checked the tags and the guides to no avail - possibly because I'm hopeless with CSS and need things spelled out for me...

Can anybody help me change the colour of the links in my header? (The Recent Entries/Archive/User Info/etc.) Currently, they're white on a white background and only show up when I hover over them. (See: christn7I have a paid ( Read more... )

header:nav links:colors

Leave a comment

Comments 3

av8rmike August 4 2007, 03:15:15 UTC
Strangely enough, no one else seems to have asked about colors of the header nav links. Use:
.nav a {
color: #A77F15;
}instead of #header-text.

Reply

dave7 August 4 2007, 07:38:15 UTC
That did the trick, thanks very much! :)

Reply

nathanielapollo August 29 2007, 03:25:19 UTC
never mind,

#header-name a { color: #ffffff; }

not sure what i was doing wrong, but this did the trick.
thanks anyways, though

Reply


Leave a comment

Up