change the background color cart

I inserted a background image. The panel cart (which are listed products purchased with the total price) background is transparent is that I wish it were white.

[quote name=‘dab’]In order to redefine white as the background color for the “Cart content” section on the “View cart” page please replace the following part of code in the “styles.css” file located in the “skins/CUSTOMER_ACTIVE_SKIN/customer” directory of your CS-cart installation:


.mainbox-cart-body {
max-height: 296px;
height: 345px;
overflow: auto;
}


with this one:


.mainbox-cart-body {
background-color: #ffffff ;
max-height: 296px;
height: 345px;
overflow: auto;
}


I hope that makes sense.[/QUOTE]





ok, Thank you very much! :smiley: