News:

AbanteCart v1.4.2 is released.

Main Menu
support

Setting store background-image

Started by imjhoskins, September 15, 2014, 06:08:05 PM

Previous topic - Next topic

imjhoskins

Looking to replace the white background with an image.  I have tried updating the style.css and the onebyone.css under the html5 path.  The cache has been cleared each time on the store and the browser.

I'm thinking maybe the white background body has no margin which wasn't affected changing in the style.css file when I tried to leave a margin.  The topic suggestions out there didn't work for me.  Basically, I am looking to have the main store section remain white (as is) while the borders or space outside the shopping frame contain an image.

Thanks in advance for your help.

Basara

#1
Hello.

put inside body rule in the /storefront/view/default_html5/stylesheet/style.css line 4
background-image: url("http://demo.abantecart.com/resources/image/18/73/3.png");

Should look like this
body {
background-image: url("http://demo.abantecart.com/resources/image/18/73/3.png");
font-family: 'Open Sans', sans-serif;
color: #96979d;
font-size: 13px;
margin: 0;
padding: 0;
}



Forum Rules Code of conduct
AbanteCart.com 2010 -