Quote Originally Posted by R1Lover View Post
To answer my own question here, in this template it uses the default body background,so when you change the body background the pop up also changes... not good for what I need so I will have to change this.
You might want to have a little more patience when posting questions, you can't expect responses that quickly.

Also, a quick search in the forum would have answered your question even more quickly, here's a section of css you can add to your stylesheet.css, of course changing the background color to what you want. This of course will change the background color of all popups, you can change the image only with #popupImage:

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
background-color: #ffffff;
}