I want to change the background of my store (not the main body where the products show up between sideboxes) and use an image. Where do I find the listing for the background and what code would I use for the image?
I want to change the background of my store (not the main body where the products show up between sideboxes) and use an image. Where do I find the listing for the background and what code would I use for the image?
Try a link to your site
Zen-Venom Get Bitten
The link I'm using is just in a folder I am using for testing. I had used ZC originally for my shopping cart, then switched to a few others to try, and have decided ZC rocks and it's the best for my needs. So now i"m going back, and before I make my store live on this cart, I want to customize it. There are no products or ANYTHING, I'm just working on the stylesheet right now.
www.motherhoodnaturally.com/ZCTEST/
I am trying to use an image for the background, replacing the light blueish color on either side. I'm not sure where to find that in the stylesheet, and what coding to connect it to the image. I uploaded the image into my includes/templates/custom/images folder.
But since making and installing my new template, all of the buttoms and other styling seems to have gone missing. I remember having trouble with this the first time I used ZC and I dont remember how i fixed it. Turning .htaccess into a .htaccess_OFF doesn't work. Last time I didn't have to contact my host so I'm trying to do what I can on my own before contacting them. I would have re-installed my old cart, but stupid me never backed them up, then installed another zc cart into the same database for a different store I'm setting up (didn't realise I had to set up a new db for it), and lost everything. GRR!
In your stylesheet add the highlighted values and this is for a tile that repeats both vertically and horizontaly as you did not specify your image type
Place your image in your template /images folderCode:body { margin: 0; font-family: verdana, arial, helvetica, sans-serif; font-size: 62.5%; color: #000000; background-color: #f2e5f5; background-image: url(../images/your_image.jpg); background-repeat: repeat; }
Zen-Venom Get Bitten
Thank you! I'll send my other questions in a new post.