Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Shipping Estimate Backgrond Image

Shipping Estimate Backgrond Image

Locked

Views: 2,740

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
1 Mar 2008, 1:17 AM
#1
rlgillette avatar

rlgillette

New Zenner

Join Date:
Feb 2008
Location:
Oregon
Posts:
3
Plugin Contributions:
0

Shipping Estimate Backgrond Image

I added my own background image to the main page - which is fine.
See: https://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

1 Mar 2008, 2:24 AM
#2
clydejones avatar

clydejones

Deceased

Join Date:
Nov 2005
Location:
Colorado Springs, CO USA
Posts:
7,017
Plugin Contributions:
12

Re: Shipping Estimate Backgrond Image

RLGillette:

I added my own background image to the main page - which is fine.
See: https://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;
}

9 May 2008, 5:36 PM
#3
ssdsarah avatar

ssdsarah

New Zenner

Join Date:
May 2007
Posts:
52
Plugin Contributions:
0

Re: Shipping Estimate Backgrond Image

Thank you!! This thread was supremely helpful!! :D

Huggles!!
Sarah

6 Jun 2008, 6:22 PM
#4
stflats avatar

stflats

New Zenner

Join Date:
Apr 2007
Posts:
81
Plugin Contributions:
0

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!