Author Topic: Background Color of Banner Slide Show  (Read 12844 times)

Offline abcart_ecm

  • Jr. Member
  • **
  • Posts: 71
  • Karma: +9/-3
    • View Profile
Background Color of Banner Slide Show
« 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 ?





Offline abantecart

  • Administrator
  • Hero Member
  • *****
  • Posts: 4358
  • Karma: +298/-10
    • View Profile
    • Ideal Open Source Ecommerce Solution
Re: Background Color of Banner Slide Show
« Reply #1 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
Please  rate your experience or leave your review
We need your help to build better free open source ecommerce platform for everyone. See how you can help

Offline abcart_ecm

  • Jr. Member
  • **
  • Posts: 71
  • Karma: +9/-3
    • View Profile
Found the css and line
« Reply #2 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)


« Last Edit: May 14, 2014, 12:31:41 PM by abcart_ecm »

Offline flepflop.com

  • Newbie
  • *
  • Posts: 5
  • Karma: +1/-0
    • View Profile
    • Flepflop.com
HI can We Resize the banner to your wish plz confirm me ...
and THanks u For your Support

 

Powered by SMFPacks Social Login Mod