Using Firebug, it looks like the container for that info is call hikashop_carts_listing. I have tried to add the following to both the front end custom CSS and to the Styles CSS that I am using, but I do not get a white background.
.hikashop_carts_listing{
padding-top: 20px;
padding-left:20px;
background-color:white !important;
}
This has worked for the other cpanel pages, so not sure what I am doing wrong. Not very knowledgeable of css or php, but can try basic stuff. The template we are using has a strong background image that requires the hikashop pages to have a white background in order to read the content. Got everything else cured. Just this last page needs work.
Thanks.