Please help us to make AbanteCart Ideal Open Source Ecommerce Solution for everyone.

Support AbanteCart eCommerce

Author Topic: Setting store background-image  (Read 5488 times)

Offline imjhoskins

  • Newbie
  • *
  • Posts: 2
  • Karma: +0/-0
    • View Profile
Setting store background-image
« on: September 15, 2014, 06:08:05 PM »
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.

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5798
  • Karma: +274/-2
    • View Profile
Re: Setting store background-image
« Reply #1 on: September 16, 2014, 09:19:54 AM »
Hello.

put inside body rule in the /storefront/view/default_html5/stylesheet/style.css line 4
Code: [Select]
background-image: url("http://demo.abantecart.com/resources/image/18/73/3.png");
Should look like this
Code: [Select]
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;
}

« Last Edit: September 16, 2014, 09:22:01 AM by Basara »

 

Powered by SMFPacks Social Login Mod