Header color help.

Nov 24, 2007 19:59

I have spent the past two hours playing with my layout. This community has been more help than anything. My layout is almost EXACTLY what I want, however - coming across like 5 or 6 different options for trying to change my font color at the top I still can't get it right ( Read more... )

header:nav links:colors

Leave a comment

Comments 4

av8rmike November 25 2007, 15:44:25 UTC
Be careful: A few of your specifier groups are missing closing "}" braces, like .layout-tw and #footer, which is why nothing below them is working. Once you've fixed that, replace:
#header li.nav a { color: #FFFCE2; }
#header li.nav a:visited { color: #FFFCE2; }
with:

#header-name a,
#header-description,
#header .nav a {
color: #FFFCE2;
}You can style the "current" nav link with:
#header .nav .current a { color: #FFFCE2;}

Reply

aunt_jc November 25 2007, 19:01:09 UTC
Thanks! I fixed some of the braces, and added the code, but the first link is still the old color?

Reply

av8rmike November 25 2007, 19:11:21 UTC
That's why I gave you that last line-- you can style the link to the current page differently (which the base theme does) or make it the same as the others.

Reply

aunt_jc November 25 2007, 19:22:28 UTC
I'm just retarded, lol. The page that I'm on is darker. I noticed it when I switched to my friends page. The last code is perfect! Thanks! I just don't know all the lj terms yet, lol.

Reply


Leave a comment

Up