
Originally Posted by
adamson
That page in the docs section wasnt much help, as I dont really understand much css. Can someone offer more help?
If you go to
THIS SITE and click on a link to a service, then click the add to cart button, and finaly click the [Help(?)] link towards the top, you will see the page with the background I need to change.
Details on how to change this would be great!

You need to add/change code to your current template's stylesheet..
i.e. Code below is for Zencart 1.3.8 or 1.3.8.1
Code:
/*All below for zencart 1.38*/
#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
background-color: #ffffff;
background-image: url(../images/infoback.gif);
background-repeat: repeat-y;
background-repeat: repeat-x;
}
Create pale/white image named infoback.gif, place in your template's images folder..
As always, BACKUP your template's stylesheet FIRST, BEFORE making changes