Navlink font (Solved)

Jul 30, 2008 10:45

Hello. I'm new to the whole CSS thing and am completely lost ( Read more... )

$acct level:basic or plus, header:nav links:colors

Leave a comment

Comments 3

av8rmike July 30 2008, 16:24:43 UTC
I fixed the tag; don't worry. There was a previous post on the subject, but the answer won't work with Bookworm Blue. Right now you have these lines:

.nav .item {color: #000000;}
#header,
#ul.nav, #li.item {color: grey;}

Close, but not quite. Delete all those and replace them with:

#header .nav a {color: grey;}

Reply

erase_away July 30 2008, 19:12:37 UTC
It works now. Thank you :D

Reply

erase_away July 30 2008, 19:15:28 UTC
And I dig your icon.

Reply


Leave a comment

Up