Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Pop-up windows background

Pop-up windows background

Locked

Views: 777

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
23 May 2010, 9:04 PM
#1
otha avatar

otha

New Zenner

Join Date:
May 2010
Posts:
32
Plugin Contributions:
0

Pop-up windows background

Hello,

I've spent the entire day searching and have yet to find my answer, hence this post.

Working in a custom template, I placed a background image on my site/pages - okay so far. What my problem is, is that when I open a pop-up window, that background image is also displaying in the pop-up window which makes some site info unreadable for the viewer. For example, if I click on "larger image" for gift certificates or worse, if I click on "estimate shipping" in the shopping cart, the pop-up has that background and the info can't be read. I would like the pop-up windows to display with a white background.

Can anyone advise as to how I might accomplish this?

Many thanks,

Otha

23 May 2010, 9:29 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Pop-up windows background

Look for popup declarations in the stylesheet and try this:

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
[B]	background-color: #ffffff;
	background-image: none;[/B]
	}
23 May 2010, 10:30 PM
#3
otha avatar

otha

New Zenner

Join Date:
May 2010
Posts:
32
Plugin Contributions:
0

Re: Pop-up windows background

schoolboy:

Look for popup declarations in the stylesheet and try this:

#popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
[B] background-color: #ffffff;
background-image: none;[/B]
}



Like a charm! Just couldn't **see** anymore. You'd think I'd have simply searched "popup" huh? All this configuring is wearing me out :blink: ...I think it's time to take a break and go watch 'Lost' :smile:

No end of thanks to you schoolboy!

*and...*