Results 1 to 4 of 4
  1. #1
    Join Date
    Feb 2008
    Location
    Oregon
    Posts
    3
    Plugin Contributions
    0

    Default Shipping Estimate Backgrond Image

    I added my own background image to the main page - which is fine.
    See: www.mydzineworks.com/catalog

    But when I pretended to be buying something, and clicked on "Shipping Estimage" my background is covering the whole page and you can't read the words.

    How Can I set this shipping estimate page to show a white background instead of my background image? And will there be other pages affected by my backgroud image that I am unaware of currently?

    RL Gillette

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

    Default Re: Shipping Estimate Backgrond Image

    Quote Originally Posted by RLGillette View Post
    I added my own background image to the main page - which is fine.
    See: www.mydzineworks.com/catalog

    But when I pretended to be buying something, and clicked on "Shipping Estimage" my background is covering the whole page and you can't read the words.

    How Can I set this shipping estimate page to show a white background instead of my background image? And will there be other pages affected by my backgroud image that I am unaware of currently?

    RL Gillette
    Add the following declarations to your stylesheet.css

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

  3. #3
    Join Date
    Jun 2007
    Posts
    53
    Plugin Contributions
    0

    Default Re: Shipping Estimate Backgrond Image

    Thank you!! This thread was supremely helpful!!

    Huggles!!
    ~Sarah~

  4. #4
    Join Date
    Apr 2007
    Posts
    82
    Plugin Contributions
    0

    Default Re: Shipping Estimate Backgrond Image

    It never occurred to me that I could add an image to my shipping estimate pop-up... Can you tell me where to find the page to add that line of code? I am using a custom template and I will like to add a faint image that tiles in the background. Also, would I add the line of code to look something like this?


    #popupShippingEstimator {
    background: #ffffff;
    background-image: url(../images/shipestbg.gif;
    }
    .shippingEstimatorWrapper {
    background: #ffffff;
    background-image: url(../images/shipestbg.gif;
    }

    Would I make this change in my CUSTOM_TEMPLATE's stylesheet???

    Thanks!

 

 

Similar Threads

  1. Flat rate shipping still asking for country/state/zip to estimate shipping
    By mjinxed in forum Built-in Shipping and Payment Modules
    Replies: 2
    Last Post: 9 May 2010, 05:01 AM
  2. Removing background image from Estimate Shipping
    By monkeytastic in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 7 Apr 2010, 03:15 PM
  3. No Shipping Estimate Quote -- writing my own shipping module
    By Relentless in forum Built-in Shipping and Payment Modules
    Replies: 4
    Last Post: 20 Sep 2008, 04:11 AM
  4. Estimate shipping - shipping estimator bug
    By bjoly in forum Bug Reports
    Replies: 0
    Last Post: 23 May 2006, 06:05 PM

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