I just put up a sample of my custom theme here: http://fortmovies.com/pestcon/
Does anyone know how to change the navigation color from GRAY to WHITE? I have tried going into every div id and class within navigation and have added the “color:white;” to every one.. I have no idea where it is even causing the gray color… grrr. 🙂
Using Firebug (an invaluable tool, I highly recommend it), it seems that the offending line is in /pestcon/wp-content/themes/twentyten/style.css on line 398:
Change
color: #aaa;
tocolor: white
.