Shopping Cart Operations > Tips and Tricks
Setting store background-image
(1/1)
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:
Hello.
put inside body rule in the /storefront/view/default_html5/stylesheet/style.css line 4
--- Code: ---background-image: url("http://demo.abantecart.com/resources/image/18/73/3.png");
--- End code ---
Should look like this
--- Code: ---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;
}
--- End code ---
Navigation
[0] Message Index
Go to full version