Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Can't find this in css

Can't find this in css

Locked

Views: 1,093

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
7 Nov 2006, 4:09 PM
#1
jodz avatar

jodz

New Zenner

Join Date:
Nov 2006
Posts:
44
Plugin Contributions:
0

Can't find this in css

Take a look at http://monkkee.com/zen/

See the white bits where it says the catogries

I cant seem to find where to change those colors in the ss file can anybody help?

7 Nov 2006, 4:51 PM
#2
seethrou avatar

seethrou

Totally Zenned

Join Date:
May 2004
Location:
Hong Kong
Posts:
1,156
Plugin Contributions:
0

Re: Can't find this in css

If you are taking about the Categories Tab under the header.
Since you are using classic, a section should be there about line 284.

#navCatTabs ul li a {
	color: #9a9a9a;
	}
7 Nov 2006, 4:55 PM
#3
jodz avatar

jodz

New Zenner

Join Date:
Nov 2006
Posts:
44
Plugin Contributions:
0

Re: Can't find this in css

that and the bit under it again that says home

7 Nov 2006, 5:01 PM
#4
seethrou avatar

seethrou

Totally Zenned

Join Date:
May 2004
Location:
Hong Kong
Posts:
1,156
Plugin Contributions:
0

Re: Can't find this in css

They also under the section of /navigation/

#navBreadCrumb {
	padding: 0.5em 0.5em;
	background-color: #ffffff;
	font-size: 0.95em;
	font-weight: bold;
	margin: 0em;
	}