Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Layout Issue w/ font color

Layout Issue w/ font color

Locked

Views: 1,014

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
17 Jan 2008, 7:12 PM
#1
enddes avatar

enddes

Zen Follower

Join Date:
Jan 2008
Posts:
116
Plugin Contributions:
0

Layout Issue w/ font color

For some reason, no matter what I change, this line of the front page, that says "Welcome Guest! Would you like to log yourself in?" stays white - which means it doesn't show up as it is on a white background.
I must be overlooking something. Anyone know what it is - or where I can find out to change it?

17 Jan 2008, 8:16 PM
#2
enchantedneedle avatar

enchantedneedle

New Zenner

Join Date:
Jan 2008
Posts:
74
Plugin Contributions:
0

Re: Layout Issue w/ font color

Is it only that line that you want white? What color is the rest of the text on the page and how did you get it a different color from the heading?
There is no specific tag in the packaged CSS to change specifically that heading. You will have to add one. The color of that text *should * be controlled by the color in the body tag.
If you want to override it I believe you would have to add something like this into your stylesheet, changing the color to the one you want.

#indexDefaultHeading {
color:#000000;
}