Results 1 to 3 of 3
  1. #1

    Default Change background color of image pop up only

    At the bottom of the css file is this:

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

    Changing the color here changes all the popups. Is there a way to change the background color of only the popupimage page?
    thank you,
    Michael
    Michael McKeown
    Wine Country Web Services
    http://www.winecountrywebservices.com

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,039
    Plugin Contributions
    31

    Default Re: Change background color of image pop up only

    Quote Originally Posted by wcws View Post
    At the bottom of the css file is this:

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

    Changing the color here changes all the popups. Is there a way to change the background color of only the popupimage page?
    thank you,
    Michael
    just give it its own declaration as follows:

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

    #popupAdditionalImage {
    background-color: #ffffff; /* change this to the color you wish*/
    }

  3. #3

    Default Re: Change background color of image pop up only

    Thank you! Now that I know this, I was able to also separate out #popupImage which accomplished what I was looking for. Thanks again!
    Michael
    Michael McKeown
    Wine Country Web Services
    http://www.winecountrywebservices.com

 

 

Similar Threads

  1. Change background color to an image, and banner header
    By tacoma in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 17 Dec 2007, 04:12 PM
  2. change background color
    By hockul in forum Templates, Stylesheets, Page Layout
    Replies: 9
    Last Post: 29 Oct 2007, 02:46 PM
  3. Background Color: How To Change??
    By BBellPhoto in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 3 Jul 2007, 01:08 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •