I would like to change the color of the header to a darker color, as our corporate logo is very bright and looks almost invisible on the white background. Could you please provide me a the custom css that I need to change the header’s background color (full width)?
It worked perfectly, I just needed to modify site description color and now it looks exactly as I imagined. Thank you very much for the amazing support!
I used the custom CSS provided above, modifying as below, on my site http://www.contentcharisma.com. Can you please tell me how to eliminate the few centimeters of black that now appear below the colored navigation underlines? I would like this to be whitespace.
.site-header { background: #000000; }
.main-navigation { border-color: #000000; }
.main-navigation > ul > li > a, #search-submit, #search-form #search, #search-form #search:focus { color: #eee; }
.site-description { color: #ddd;}
h1.site-title a { border-bottom: 0; }