Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changing font color on specific page in stylesheet.

Changing font color on specific page in stylesheet.

Locked

Views: 2,187

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
16 Apr 2009, 1:11 PM
#1
georgespokerstore avatar

georgespokerstore

New Zenner

Join Date:
Apr 2009
Posts:
6
Plugin Contributions:
0

Changing font color on specific page in stylesheet.

This is the UPS popup for my site:
http://georgespokerstore.com/index.php?main_page=popup_shipping_estimator

I use a black background. Where do i edit JUST this page to have white font or what do i do so JUST this page has a white background?

Thank you guys so much.
-George

16 Apr 2009, 2:11 PM
#2
rstevenson avatar

rstevenson

Totally Zenned

Join Date:
Nov 2006
Location:
Dartmouth, NS Canada
Posts:
2,400
Plugin Contributions:
0

Re: Changing font color on specific page in stylesheet.

In the css folder of your template there is a file called CSS_read_me.txt in which is explained (sort of) the method used to create a page-specific stylesheet. It's always a trick to figure out exactly what to name the stylesheet, but yours might need to be named popup_shipping_estimator.css. In it just put body {color: white;} and try it out.

Rob

16 Apr 2009, 2:29 PM
#3
georgespokerstore avatar

georgespokerstore

New Zenner

Join Date:
Apr 2009
Posts:
6
Plugin Contributions:
0

Re: Changing font color on specific page in stylesheet.

I tried making a new stylesheet, no luck. I'm not very good with css, yet.

Is there anyway I can just change the background of this particular page with some sort of override code?

I cant even find a file where I can edit that page.

Thank you!!!

20 Apr 2009, 9:59 AM
#4
georgespokerstore avatar

georgespokerstore

New Zenner

Join Date:
Apr 2009
Posts:
6
Plugin Contributions:
0

Re: Changing font color on specific page in stylesheet.

Anyone? :shocking::lamo:

20 Apr 2009, 10:26 AM
#5
s_t_e_v_e avatar

s_t_e_v_e

Zen Follower

Join Date:
Aug 2006
Location:
UK
Posts:
430
Plugin Contributions:
0

Re: Changing font color on specific page in stylesheet.

try this in your stylesheet.css for a quick fix

body#popupShippingEstimator {color:#fff;}

20 Apr 2009, 7:05 PM
#6
georgespokerstore avatar

georgespokerstore

New Zenner

Join Date:
Apr 2009
Posts:
6
Plugin Contributions:
0

Re: Changing font color on specific page in stylesheet.

Thanks steve.. PERFECT.

30 Jun 2010, 7:33 PM
#7
dimsumgurl avatar

dimsumgurl

Zen Follower

Join Date:
Dec 2009
Location:
Canada
Posts:
160
Plugin Contributions:
0

Re: Changing font color on specific page in stylesheet.

THANK YOU SO MUCH!!! :)

Your tip has helped me greatly!