Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changing background color inside store

Changing background color inside store

Locked

Views: 573

Results 1 to 1 of 1
This thread is locked. New replies are disabled.
6 Feb 2010, 10:26 PM
#1
mibelloboutique avatar

mibelloboutique

New Zenner

Join Date:
Apr 2008
Posts:
30
Plugin Contributions:
0

Changing background color inside store

Okay this might not make sense but here is my site https://www.mibelloboutique.com. I am in the process of changing colors, graphics, so everything doesn't match right now. But the white area (center) I want that background to be colored but can't figure out which line to change in my css. I thought it was here...

body {
color: #000000;
background-color: #a5bcce;
background-image: url(../images/browndot.jpg); */
margin:0px 1px;
}

#mainWrapper {
border: 0px solid #ffffff;
text-align: left;
font-family: tahoma;
font-size: 14px;
vertical-align: top;
width: 1050px;
background-color: #fff /* gives the store a white background */
}

But nothing I do there seems to change the white. I changed that #fff to the new color and it did nothing. Thoughts? I want to change it to this #fddeed.