I couldn't get the green bar behind the zencart logo to change to this color that I specified. It is my background color that I want to use. I had no problem changing it on my "test site," but it stays GREE on my primary project site.
Thinking I could fix this logowrapper problem, I went to the logowrapper rules in the css and commented out the first two lines:
#logoWrapper{
background-image: url(../images/header_bg.jpg);
background-repeat: repeat-x;
background-color: #483DAB;
height:75px;
}
It made a HUGE mess, so I immediately put everything back where it was. I want the stripe to be #483DAB (a dark blue) but right now I just want to get things back where they were.
It's screwed up. Reloading the page with a brand new CSS sheet doesn't make any difference.
How do I fix this mess?
How do I make the green logowrapper be blue, like I want it?
![]()



