Results 1 to 6 of 6
  1. #1
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Background Image on Shopping Cart "help" popup

    I'm a definite noob to websites and CSS, but I'm relatively proud of myself for coming this far without having to ask a question. The tutorials, book and help on this forum are all outstanding! I tried looking everywhere for the answer to this question, and probably missed it somewhere, but my brain hurts so please go easy on me!

    Anyway, when you have items in the shopping cart and click on the "help" link in the upper right corner the popup comes up showing my main background image, making it almost impossible to read. I can't figure out how/where to change that or if I need to add something new entirely. Any answers?

    I feel I'm almost ready to go live. I'm mostly in the process of adding product. But I was trying to go through every last detail and came across this. Thanks in advance for your help!

    Amanda

    http://www.hardingardens.com/shopping

  2. #2
    Join Date
    Sep 2007
    Posts
    219
    Plugin Contributions
    0

    Default Re: Background Image on Shopping Cart "help" popup

    In your css stylesheet,

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


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

  3. #3
    Join Date
    Jun 2005
    Location
    Cheney WA
    Posts
    1,141
    Plugin Contributions
    0

    Default Re: Background Image on Shopping Cart "help" popup

    I don't see the help link or button for help anywhere.

    I know you worked hard on the "Yes Virginia, there is more than veggies" banner but I swareI thought I was having a flashback when I arrived at your home page and I don't use drugs. Well, non prescription drugs anyway. hehe
    Do you have the firefox browser with the web developer addon?

    https://addons.mozilla.org/en-US/firefox/addon/60
    John Patrick
    A Zen Cart Advocate!

  4. #4
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Background Image on Shopping Cart "help" popup

    RuFus: Thanks for your quick response! However it didn't work...it flashes the background color for a moment before going to the background image.

    birdoasis: LOL! I agree, the swinging action is a bit much, and for some reason it's much faster on Firefox. It's one of the things I must change. I do have the addon but being one of the most ultimate noobs I'm still figuring it out. And as far as I know you have to have an item in the shopping cart to see the help button.

  5. #5
    Join Date
    Sep 2007
    Posts
    219
    Plugin Contributions
    0

    Default Re: Background Image on Shopping Cart "help" popup

    You need to add this as well,

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

    I forgot to put it in first post

  6. #6
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default Re: Background Image on Shopping Cart "help" popup

    Thank you RuFuS! That was driving me nuts!

 

 

Similar Threads

  1. shopping cart image in sidebox when using image for box header
    By JenRed in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 15 Jan 2007, 04:33 PM
  2. Why no support on this site - Sidebox image size question - need help please
    By JLA in forum Templates, Stylesheets, Page Layout
    Replies: 30
    Last Post: 17 Aug 2006, 10:08 PM

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
  •