Zen Cart Logo
Forums / General Questions / Page not displaying background.

Page not displaying background.

Locked

Views: 895

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
13 Mar 2010, 6:59 PM
#2
stevesh avatar

stevesh

Black Belt

Join Date:
Feb 2005
Location:
Lansing, Michigan USA
Posts:
19,793
Plugin Contributions:
2

Re: Page not displaying background.

It shows a background image. Can't read the text against it, though.

13 Mar 2010, 7:11 PM
#3
rdcast avatar

rdcast

Zen Follower

Join Date:
Feb 2010
Posts:
332
Plugin Contributions:
0

Re: Page not displaying background.

stevesh:

It shows a background image. Can't read the text against it, though.
The background you're seeing is the tiled bg for the site. What is missing is the template bg. How can I change that page's bg?

14 Mar 2010, 2:41 AM
#4
rdcast avatar

rdcast

Zen Follower

Join Date:
Feb 2010
Posts:
332
Plugin Contributions:
0

Re: Page not displaying background.

rdcast:

http://astringofpearls.biz/index.php?main_page=popup_shipping_estimator

The above link shows the missing background on the "Shipping Estimator" page. How is this fixed?

There's a number of things that need to be tweaked on my site, but this one is on top of my list. I can't find the file where I can fix the background. Any ideas ???

14 Mar 2010, 4:43 AM
#5
coolcarpartsonline avatar

coolcarpartsonline

Totally Zenned

Join Date:
Feb 2008
Posts:
1,386
Plugin Contributions:
0

Re: Page not displaying background.

If your trying to change the background to a solid color so it is easier to read you can add this to the css

#popupShippingEstimator{background:#fff;}

Or any other color you wish.

A Suggestion, Change you meta tags for the website. You can not selling Zen Cart but rather your items.

14 Mar 2010, 2:55 PM
#6
rdcast avatar

rdcast

Zen Follower

Join Date:
Feb 2010
Posts:
332
Plugin Contributions:
0

Re: Page not displaying background.

Glamorousshoe:

If your trying to change the background to a solid color so it is easier to read you can add this to the css

#popupShippingEstimator{background:#fff;}

> 
> A Suggestion, Change you meta tags for the website. You can not selling Zen Cart but rather your items.
You're suggesting changing the css in which file? Why is it the only page/pop-up that doesn't conform to the site's theme  like the rest?
14 Mar 2010, 4:39 PM
#7
rdcast avatar

rdcast

Zen Follower

Join Date:
Feb 2010
Posts:
332
Plugin Contributions:
0

Re: Page not displaying background.

Glamorousshoe:

If your trying to change the background to a solid color so it is easier to read you can add this to the css

#popupShippingEstimator{background:#fff;}

> 
> A Suggestion, Change you meta tags for the website. You can not selling Zen Cart but rather your items.

WOW!! that worked:clap: and thanks for the meta tag suggestion. I'll get on it.