Forums / Templates, Stylesheets, Page Layout / Font Color in Horizontal Bars? please

Font Color in Horizontal Bars? please

Locked

Views: 1,128

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
08 Sep 2006, 16:25
#1
chrisj avatar

chrisj

Zen Follower

Join Date:
Aug 2006
Posts:
104
Plugin Contributions:
0

Font Color in Horizontal Bars? please

I've looked all over the Classicx/css/stylesheet for where to change the color of the fonts of the text in the horizontal bars on the main page, ie: "Home" and "Log In".

But I can't seem to locate where it is in that file.

Is it in: template_default/css/stylesheet.css

or am I in the right file, Classicx/css/stylesheet, just missing it?

Could you please tell me in which file, AND where exactly, please?

Thanks.

08 Sep 2006, 16:37
#2
sketchy avatar

sketchy

Totally Zenned

Join Date:
Aug 2006
Location:
Canada
Posts:
940
Plugin Contributions:
2

Re: Font Color in Horizontal Bars? please

Find in the stylesheet;

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
	text-decoration: none;
	padding: 0em 0.5em;
	margin: 0;
	color: #ffffff;
	}
08 Sep 2006, 17:38
#3
chrisj avatar

chrisj

Zen Follower

Join Date:
Aug 2006
Posts:
104
Plugin Contributions:
0

Re: Font Color in Horizontal Bars? please

Thank you......