
Originally Posted by
edeades
I am brand new to zen cart. I am having trouble getting my background image to show up. I have tried adding the background image under BODY in my stylesheet.css. I can change the color under BODY on my stylesheet and that change does work. When I add the image, it does not show up. Here is my BODY code.
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #E8F7F9;
background-image: url('../images/body_bg.jpg');
background-repeat: repeat-x;
background-position: center top;
}
Thanks for any assistance!
Bookmarks