Author Topic: Use background image in slider rather than color  (Read 4422 times)

Offline buddahboy

  • Full Member
  • ***
  • Posts: 234
  • Karma: +32/-0
    • View Profile
Use background image in slider rather than color
« on: September 05, 2014, 05:58:09 PM »
Greetings to all,

I want to use a background image in the default slider instead of just a color - screenshot attached.  I'd like to use a small gif that will repeat in the container. 

Have spent time on reading and testing out parts of the CSS for the onebyone but have not been able to find the solution; therefore, need to ask for some help please. 

Using: 1.1.9 & HTML5 default template

Thank you and all the best
Ron
AbanteCart is one hell of a shopping cart.  Donate once in a while and keep the development plus support going.  --  That's my opinion and I'm stickin' to it!

Offline Basara

  • Administrator
  • Hero Member
  • *****
  • Posts: 5772
  • Karma: +274/-2
    • View Profile
Re: Use background image in slider rather than color
« Reply #1 on: September 06, 2014, 04:01:12 AM »
Hello.

Try to edit this file
Code: [Select]
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default_html5/stylesheet/onebyone.css
line 139
replace
Code: [Select]
.banner_conteiner .oneByOneSlide { background:#00A1CB url(../image/banner_shadow.png) center top no-repeat; }
with
Code: [Select]
.banner_conteiner .oneByOneSlide { background-image: url("http://www.w3schools.com/images/w3logotest2.png"); }

Offline buddahboy

  • Full Member
  • ***
  • Posts: 234
  • Karma: +32/-0
    • View Profile
Re: Use background image in slider rather than color
« Reply #2 on: September 06, 2014, 07:15:51 PM »
Thank you - it's Basara to the rescue once again!  Worked out excellent. 

All the best
Ron
AbanteCart is one hell of a shopping cart.  Donate once in a while and keep the development plus support going.  --  That's my opinion and I'm stickin' to it!

 

Powered by SMFPacks Social Login Mod