I saw in another post that I should change the color of a sidebar header by modifying the stylesheet_boxes.css. I'd have asked my question there, but it was a closed thread.
Where do I find the stylesheet_boxes.css? I downloaded the entire zencart to my PC and did a search for it, but I don't have that file.
The site is http://www.cocosinthevillage.com/zencart. She wanted a real eye-bleeder, so I started with the Candy template and have been modifying it to match her logo colors.
While I'm thinking about it, I'd like the middle stripe in the border to be different from the background. The stylesheet.css code snip is:
/*wrappers - page or section containers*/
#mainWrapper {
background-color:#479855;
text-align: left;
width: 950px;
vertical-align: top;
border: 25px double #FF8040;
/*background-image: url(../images/greengrad1.jpg);*/
}
479855 is the green, FF8040 is the orange. If I leave the background image commented out, the entire thing is dark green (479855). If I uncomment the background image, the gradient green shows up (as it is now) but I lose the middle stripe of the border. It seems to read either the background-color or the background-image, but not both. Is there a way to make it read both?
Oh, and one last quick question (if I don't post it here, I'll forget it)...the Candy template is just slightly larger than screen-width. Where do I modify it to bring it back to 100% screen width, so that it doesn't overflow to the right?
Thanks very much for your help!



Reply With Quote



Bookmarks