Do you like AbanteCart? Please rate AbanteCart or share your experience with other eCommerce entrepreneurs. Go to Softaculous rating page to add your rating or write a review

Use background image in slider rather than color

Started by buddahboy, September 05, 2014, 05:58:09 PM

Previous topic - Next topic

buddahboy

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!

Basara

Hello.

Try to edit this file
https://github.com/abantecart/abantecart-src/blob/master/public_html/storefront/view/default_html5/stylesheet/onebyone.css

line 139
replace
.banner_conteiner .oneByOneSlide { background:#00A1CB url(../image/banner_shadow.png) center top no-repeat; }

with
.banner_conteiner .oneByOneSlide { background-image: url("http://www.w3schools.com/images/w3logotest2.png"); }

buddahboy

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!

Forum Rules Code of conduct
AbanteCart.com 2010 -