AbanteCart Community

Shopping Cart Operations => Support => Topic started by: CoolSurfer on January 01, 2016, 01:18:40 AM

Title: How can i change this to a white background, the bg of top main banner
Post by: CoolSurfer on January 01, 2016, 01:18:40 AM
How can i change this to  a white background, the bg of top main banner
Title: Re: How can i change this to a white background, the bg of top main banner
Post by: abantecart on January 03, 2016, 01:45:30 PM
In CSS file /storefront/view/default/stylesheet/onebyone.css
Look for :
Code: [Select]
.banner_conteiner .oneByOneSlide {
    background: #00a1cb url("../image/banner_shadow.png") no-repeat scroll center top;
}

Edit background color to what you need.
Title: Re: How can i change this to a white background, the bg of top main banner
Post by: eCommerce Core on January 03, 2016, 02:02:04 PM
To get quick help with CSS, I suggest to use browser HTML/CSS inspector or Firebug in FireFox
Title: Re: How can i change this to a white background, the bg of top main banner
Post by: CoolSurfer on January 04, 2016, 06:07:04 AM
did some changes to my site, looking for the code for the rest of the white bg that is visible.
Quote
1shop1stop.com
Title: Re: How can i change this to a white background, the bg of top main banner
Post by: abantecart on January 04, 2016, 12:47:40 PM
I would suggest to learn how to use CSS/HTML inspector on your browser. Firebug in FireFox is handy tool.