Change menu color

Permalink
I would like to change the main menu bar color. Any help?
Thanks

TreeBones
 
frz replied on at Permalink Reply
frz
We haven't really spent a lot of time making the interface skinnable - we may put some effort into making the dashboard board home page more modular, but in general - we kinda shoot for getting it "right" instead of just surrendering design choices. Certainly we're far from perfect, but this fundamentally to me is the difference between the Gates and Jobs approach... Do you try to be everything to everyone and in doing so achieve nothing well? Or do you try to achieve a few things elegantly and sacrifice some flexibility in the spirit of simplicity...
bryanlewis replied on at Permalink Reply
bryanlewis
Good thinking frz!
skinbeautyhq replied on at Permalink Reply
I want to change the header menu too - just the font color - but have no idea how or which CSS file I'm suppose to change. I have the default theme.
cannonf700 replied on at Permalink Reply
cannonf700
Look for this line of code in your theme's Typogrophy.css

a, a:visited, a:active {
color:#??????
}

Change the color to what your want.
skinbeautyhq replied on at Permalink Reply
Thanks cannonf700!

I tried it but it changed the color of links instead of the header menu. But my friend told me to try this from the main.css file:

#page #header ul.nav-header li a,#page #header ul.nav-header li a:hover{ text-decoration:none; color:#000000}

and it worked!! =)

Cheers!
executivepromise replied on at Permalink Reply
This is probably a really dumb question, but where can I access the CSS files? I can't find them to adjust them. Thanks!