AbanteCart Community

eCommerce construction => Installation and Configuration => Fresh Installation => Topic started by: abcart_ecm on May 14, 2014, 10:27:20 AM

Title: Background Color of Banner Slide Show
Post by: abcart_ecm on May 14, 2014, 10:27:20 AM
Hi,
The default installed Banner Slideshow holds 5 banners:
Name = Main Banner 1-5
Group = Main Page Banners
Graphic Banner = Text Banner

The background color is blue. How do I change this background color ?

If I go to edit => html source
I see there class="wp1_3 slide1_bot"

Is this background color defined in this class ?
And if so, where can I find the css ?




Title: Re: Background Color of Banner Slide Show
Post by: abantecart on May 14, 2014, 10:34:41 AM
background color is in CSS. Try to use inspector in your browser to get location for CSS. You can use firebug in FF, for instance
Title: Found the css and line
Post by: abcart_ecm on May 14, 2014, 11:54:41 AM
Ok found it:

Location = /storefront/view/default_html5/stylesheet/onebyone.css
Line: 139

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

Change value 00A1CB (hard blue) into a preferred color code e.g. C0C9AB (light mint green)

One line down on Line:140 you can change the text color of text1-3
.banner_conteiner #banner_slides .oneByOne_item span.txt1, .banner_conteiner #banner_slides .oneByOne_item span.txt2, .banner_conteiner #banner_slides .oneByOne_item span.txt3 {color:#fff;}

Change color code fff (white) into 122 (black green)

(hint: change the spelling of conteiner into container)


Title: Re: Can We Resiz the banner in this /storefront/view/default_html5/stylesheet/on
Post by: flepflop.com on February 22, 2015, 05:13:51 AM
HI can We Resize the banner to your wish plz confirm me ...
and THanks u For your Support