Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Header back ground color

Header back ground color

Views: 907

Results 1 to 6 of 6
19 Apr 2013, 5:55 PM
#1
skullman avatar

skullman

New Zenner

Join Date:
Nov 2012
Posts:
33
Plugin Contributions:
0

Header back ground color

I have been trying for days to figure out where to change my header color. It is all black now. Tried searching with firebug, but I am still at a lost. If some one can point me to the right direction, that would be awesome. Here is my site:
http://www.haymanchopper.com/
Thanks

19 Apr 2013, 6:27 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Header back ground color

Using Firebug:
stylesheet_tm.css, line 147:```
.navigation {
background: none repeat scroll 0 0 black;
height: 200px;
left: 2px;
margin: 0 auto;
position: relative;
top: 0;
width: 1055px;
}

19 Apr 2013, 6:59 PM
#3
skullman avatar

skullman

New Zenner

Join Date:
Nov 2012
Posts:
33
Plugin Contributions:
0

Re: Header back ground color

That worked fine. Thanks. But what about the rest that is black around that?

19 Apr 2013, 7:53 PM
#4
skullman avatar

skullman

New Zenner

Join Date:
Nov 2012
Posts:
33
Plugin Contributions:
0

Re: Header back ground color

Got it. Thanks a bunch

19 Apr 2013, 7:54 PM
#5
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Header back ground color

I couldn't tell from your post exactly how much you wanted to change from black.
The #mainWrapper background controls the rest. Looks like you just found that and fixed appropriately.

19 Apr 2013, 7:56 PM
#6
skullman avatar

skullman

New Zenner

Join Date:
Nov 2012
Posts:
33
Plugin Contributions:
0

Re: Header back ground color

Yes I did, thanks for your reply leading me to the right direction/. Many thanks