
Originally Posted by
miskowaty
Hi Clyde, I'm using localhost at the moment for test of zencart so no url available. When I changing that part in Classic Contemporary Green template, color of background is changing
#mainWrapper {
background-color: #20955d;
text-align: left;
width: 100%;
vertical-align: top;
border: 0px solid #000000;
}
in your template this looks like that
PHP Code:
#mainWrapper {
margin: 0 auto;
padding: 0;
background: #fff;
border: 1px solid #000;
text-align: left;
width: 90%;
vertical-align: top;
}
I'm beginner so if you can give me some tips I'll be grateful. Thanks
The default declaration in the stylesheet.css for glaicial_age looks like this. You want to change the highlighted portion.
Code:
#mainWrapper {
margin: 0 auto;
padding: 0;
background: #ccccff;
border: 1px solid #000;
text-align: left;
width: 90%;
vertical-align: top;
}
If you want to change the background color(s) of the center column then look in the stylesheet.css for the following declarations and change the background to the color of your choice:
#centerOuterBorder
.centerColumn