Zen Cart Logo

Text color?

Locked

Views: 460

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
29 Jul 2010, 10:16 PM
#1
rich219 avatar

rich219

New Zenner

Join Date:
Jul 2010
Posts:
35
Plugin Contributions:
0

Text color?

How do I change the text color of my store? I want to change the text color that appears on pages like when you create an account. Right now I have a dark background and the text is black. How do I change this text to white or something lighter?

29 Jul 2010, 10:24 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: Text color?

Install the Firefox browser and the Web Developer plugin for Firefox. You can use those to see where in the stylesheet you change the styling of the various page elements.

Ctrl-Shift-Y will allow you to hover over a section of the page and see the class and id names for that section in the box at the top. The statements in the stylesheet that begin with # are id's and the ones that begin with dots are classes.

Ctrl-Shift-E will open the CSS editor and allow you to edit the stylesheet and see the changes in real time without changing anything permanently. An essential tool.

Some prefer Firebug, which does much the same thing.