Results 1 to 8 of 8
  1. #1
    Join Date
    Apr 2006
    Posts
    108
    Plugin Contributions
    0

    Default CSS for Shipping Estimator

    HI There
    I was wanting a Black background and white text JUST for the shipping estimator

    Searching the forum, I have seen that adding the code:


    #popupShippingEstimator {
    background: #f00000;
    }
    .shippingEstimatorWrapper {
    background: #000000;
    }

    to the stylesheet, gives the stylesheet a different background, but is it possible to add just specific alterations to give a different text colour on this page alone?
    i tried:

    #popupShippingEstimator {
    background: #000000;
    text: #ffffff}
    .shippingEstimatorWrapper {
    background: #000000;
    }

    but that didn't work, think i am close though!

  2. #2
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: CSS query for Shipping Estimator

    Try

    Code:
    #popupShippingEstimator {
    background-color: #000000;
    color: #ffffff;}
    which will make the background black and the text white.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  3. #3
    Join Date
    Apr 2006
    Posts
    108
    Plugin Contributions
    0

    Default Re: CSS query for Shipping Estimator

    Thanks for that!
    What does the wrapper do in my original find? Do i lose functionality by not having it?

    Thanks so much for your help

  4. #4
    Join Date
    Apr 2006
    Posts
    108
    Plugin Contributions
    0

    Default Re: CSS query for Shipping Estimator

    HI There
    Sadly, this doesn't work

    it does turn the background to black, but then the main site background comes in and overrides it

    What shall i alter in the stylesheet?

    Its JUST the shipping estimator background i want to be different (black background, white text)

    Thanks!!!

  5. #5
    Join Date
    Apr 2006
    Posts
    108
    Plugin Contributions
    0

    Default Re: CSS query for Shipping Estimator

    Tried a few different variations

    ...... is it impossibe to have a seperate backrgound for the shipping estimator page, to the main background of a site?

    thanks for any ideas!!

  6. #6
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: CSS query for Shipping Estimator

    Yes, you can have a separate background.

    Somewhere in your stylesheet you have something like

    Code:
    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
    
    	background-color: #cacaca;
    
    	color: #000000;
    
    	}
    Change it to

    Code:
    #popupShippingEstimator {
    background-color: #000000;
    color: #ffffff;}
    #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp, #infoShoppingCart {
    
    	background-color: #cacaca;
    
    	color: #000000;
    
    	}
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

  7. #7
    Join Date
    Apr 2006
    Posts
    108
    Plugin Contributions
    0

    Default Re: CSS query for Shipping Estimator

    I Love you AFO

    That worked perfectly and I was able to adjust and even add seperate background images as well!

    Thanks so much

  8. #8
    Join Date
    Aug 2004
    Location
    New York City
    Posts
    7,174
    Plugin Contributions
    0

    Default Re: CSS query for Shipping Estimator



    I did something along those lines on the Fan Odyssey site in my sig because the white text wasn't showing up properly on the shipping estimator. It just takes a little tweaking of the css. From what you said, you're already getting the hang of it.
    Mary Ellen
    I came; I saw; I Zenned
    Taking over the world... one website at a time
    Make sure brain is engaged before putting mouth in gear... or fingers to keyboard.

    Holzheimer
    Fan Odyssey

 

 

Similar Threads

  1. v139h Customizing the Look of Shipping Estimator with CSS
    By sportbiker in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Aug 2012, 11:09 PM
  2. New line or Add a Space in CSS Shipping Estimator
    By limelites in forum Templates, Stylesheets, Page Layout
    Replies: 24
    Last Post: 26 Apr 2009, 12:48 PM
  3. CSS for shipping estimator
    By CandleMan in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 18 Feb 2009, 09:33 AM
  4. Problem with CSS and shipping estimator
    By JLA in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 6 Feb 2007, 03:41 AM

Posting Permissions

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