Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Turn off shipping cost estimator background

Turn off shipping cost estimator background

Locked

Views: 1,859

Results 1 to 5 of 5
This thread is locked. New replies are disabled.
1 Mar 2009, 1:17 AM
#1
serrow avatar

serrow

New Zenner

Join Date:
Feb 2009
Posts:
13
Plugin Contributions:
0

Turn off shipping cost estimator background

I am using a dark background image and it is not working for the shipping cost editor where it uses the the background image behind black text. is there a quick fix to turn it off? I am using version Zen Cart 1.3.8a with classic template.

thanks!

1 Mar 2009, 1:23 AM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Turn off shipping cost estimator background

Se,
Post me a url to the page in ? please,

We can change the background of this specific page if you would like...

do a search in your_template/ stylesheet.css

  1. #popupShippingEstimator
  2. If not found
  3. add the declaration to the sheet
    #popupShippingEstimator {
    background-color: #ffffff;
    }
  4. you can use any color
  5. up load your changes, then see if she works
1 Mar 2009, 9:58 AM
#3
serrow avatar

serrow

New Zenner

Join Date:
Feb 2009
Posts:
13
Plugin Contributions:
0

Re: Turn off shipping cost estimator background

thanks. it's not the color, it's that it is loading my dark image. I want to make it NOT load the image.

2 Mar 2009, 12:02 AM
#4
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Turn off shipping cost estimator background

{background-image: none;}

15 Jul 2009, 9:38 PM
#5
forced avatar

forced

New Zenner

Join Date:
Oct 2007
Posts:
61
Plugin Contributions:
0

Re: Turn off shipping cost estimator background

schoolboy:

{background-image: none;}
That helped me.
Thanks!