Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / changing font colour

changing font colour

Locked

Views: 728

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
15 Apr 2010, 5:27 AM
#1
angelstubes avatar

angelstubes

New Zenner

Join Date:
May 2009
Posts:
53
Plugin Contributions:
0

changing font colour

Ok I have been doing some changing with a template now heres the thing.
I started off with a white background and black writing template
.I have changed the background to black, BUT here is the proberlm all the writing is in black.
I have searched for the answer but cant seem to find it.
So basically what I need to know is how to change all the font color throughout the store from black to white
Thanks in advance

15 Apr 2010, 5:40 AM
#2
haredo avatar

haredo

Totally Zenned

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

Re: changing font colour

An,
Do you have a link to the site, so I can view in Firefox and control the stylesheet.css using "Firebug"

Or edit the stylesheet.css and mainly look for #000000 and change to #ffffff

15 Apr 2010, 5:49 AM
#3
angelstubes avatar

angelstubes

New Zenner

Join Date:
May 2009
Posts:
53
Plugin Contributions:
0

Re: changing font colour

thank you I think I got it .

15 Apr 2010, 5:55 AM
#4
haredo avatar

haredo

Totally Zenned

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

Re: changing font colour

Ang,
You are most welcome, glad I could help you.. :smile:

  1. Download and install FireFox (if you don't have it already)
  2. Install Firebug (an add on for FireFox)
  3. Go to your site in FireFox, under Tools, start Firebug and Viola!
    you can play with your css to your hearts content. In Firebug, you can select your css, then select the element you want to change, and edit. Changes will be shown in real time without actually modifing the css, so you can see if your changes give you the desired effect. Once satisfied, go to your real stylesheet and comit the changes.

Even I can do a little bit of this, so that means most anyone can as well.

You can find FireFox and Firebug here. https://www.mozilla.com/firefox

Good Luck