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 ?
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
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)
HI can We Resize the banner to your wish plz confirm me ...
and THanks u For your Support