Hey there again!
check out the site i am working on and see if this is what you are looking for?
http://cart.lifewaynutrition.com
I THINK that is what you might be looking for? Try putting this into your
stylesheet.css this is how i changed my centerbox images.
below the .centerBoxHeading {} id is a second id for how to add a background
for the left sideboxes. for the right boxes, it will be just that... an ID called
.rightBoxContainer.
these ID's can be found around line 1009.centerBoxHeading {
background-image: url(../images/your_image.gif .png .jpg);
width: 668px;
height: 72px;
background-repeat:no-repeat;
background-position: center center;
padding-top: 3.1em;
margin-left: 25px;
font-family:"Century Gothic";
font-size: 16px;
font-weight: Normal;
}
.leftBoxContainer {
background-image: url(../images/your_image.gif .png .jpg);
width: 200px;
height: 367px;
margin-top: 75px;
}
also, to change the header in the top of a sidebox like i have done,
check out this tutorial it explains exactly what to do and it's very easy to understand!
https://www.zen-cart.com/tutorials/i...hp?article=135
if you have ANY other questions please don't hesitate to ask again, and if this wasn't specific enough for your problem then try me again!
Hope this helps!![]()




