AbanteCart Community

Shopping Cart Operations => Support => General Support => Topic started by: buddahboy on September 05, 2014, 05:58:09 PM

Title: Use background image in slider rather than color
Post by: buddahboy 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
Title: Re: Use background image in slider rather than color
Post by: Basara 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"); }
Title: Re: Use background image in slider rather than color
Post by: buddahboy 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