AbanteCart Community

Shopping Cart Operations => Support => Topic started by: Loreto on October 08, 2013, 07:59:59 PM

Title: Change slider color backfround in html5 template
Post by: Loreto on October 08, 2013, 07:59:59 PM
Hi, I know how to change the images and text of the slider, but I cannot change the background color ( blue by default)

I try to change the blue colors in the onebyone.css, but nothing happens, How can I change it ?

Is that the correct css to change?

Thank you.
Title: Re: Change slider color backfround in html5 template
Post by: abantecart on October 08, 2013, 09:34:52 PM
file: /storefront/view/default_html5/stylesheet/onebyone.css

Line: 139

.banner_conteiner .oneByOneSlide {
    background: url("../image/banner_shadow.png") no-repeat scroll center top #00A1CB;
}
Title: Re: Change slider color backfround in html5 template
Post by: Loreto on October 09, 2013, 06:39:42 AM
Thank you  :)