AbanteCart Community
Shopping Cart Operations => Support => Topic started 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
-
In CSS file /storefront/view/default/stylesheet/onebyone.css
Look for :
.banner_conteiner .oneByOneSlide {
background: #00a1cb url("../image/banner_shadow.png") no-repeat scroll center top;
}
Edit background color to what you need.
-
To get quick help with CSS, I suggest to use browser HTML/CSS inspector or Firebug in FireFox
-
did some changes to my site, looking for the code for the rest of the white bg that is visible.
1shop1stop.com
-
I would suggest to learn how to use CSS/HTML inspector on your browser. Firebug in FireFox is handy tool.