Hi
I was wondering if someone can help and tell me how I can change the background color of the entire header. (Zen classic)
I checked inside zen classic css but could not figure out where to make the changes
I want it to be black, or I want it to be an image your help is very appreciated

Comments

nevets’s picture

Try using the Firebug extension firebug. Using the inspect feature you should be able to tell what html the header is, what css id/classes used and any existing css rules that apply.

aharown07’s picture

I'm trying to do something similar and so far Firebug has not been helpful.

aharown07’s picture

OK, this worked for me... in zen-classic.css

#header {
background: #fff url(images/body.png) repeat-x top left;
}

Just remove the "url..." part if all you want is color

akalata’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.