Aah - you'll never learn anything if you do it right the first time!
Be a bit more specific - which image and where..header, footer, body, sidebox, centerbox??
Even better, as this is a visual thing, how about a url so we can see your problem?
Aah - you'll never learn anything if you do it right the first time!
Be a bit more specific - which image and where..header, footer, body, sidebox, centerbox??
Even better, as this is a visual thing, how about a url so we can see your problem?
Development Manager @ JSWeb Ltd - suppliers of Applepay/Googlepay for Zencart
20 years with Zencart !
Thanks for your help. my website is http://studiofrenzy.com/ and that is the background I would like on my zen cart. Currently it is white http://studiofrenzy.com/ZenCart/
I would like the background to be like the following website http://www.fanodyssey.org/
I like how the stars are behind the side boxes.
Thanks!!!
You can add your background to either body{} or #mainWrapper {} depending on the coverage area you want.
Find
body {
and add
background-image: url(../images/yourbg.gif);
Load the image file into /includes/templates/your_template/images/.
You will need to remove background-color and background-image properties from most places they occur in your stylesheet. Test as you go.