Masthead css
In styles.css is this the section that contains the logo?
#masthead { background:#2DAACD3; }
I'm using green.css and in there:
#masthead { background:#2DAACD3; }
I have changed the color in both style sheets. I'm trying to make the masthead area white to blend in with the background of my logo. When I change it to white in Firebug, the background of the navigation buttons also turn white and I'd like for them to remain green. Can someone help with this css?
I'm able to change the header at the top with the login link just fine. I just want that space between the login header and the navigation to change without altering the background of the nav buttons.
Thanks so much!