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...
Good thinking frz!
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.
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.
a, a:visited, a:active {
color:#??????
}
Change the color to what your want.
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!
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!
This is probably a really dumb question, but where can I access the CSS files? I can't find them to adjust them. Thanks!