Forums / Templates, Stylesheets, Page Layout / Catagory List on top HELP

Catagory List on top HELP

Locked
Results 1 to 5 of 5
This thread is locked. New replies are disabled.
15 Oct 2006, 04:18
#1
lyttonfinds avatar

lyttonfinds

New Zenner

Join Date:
May 2005
Posts:
48
Plugin Contributions:
0

Catagory List on top HELP

Okay I have the catagories listed at the top and the side.. I know how to change and shut off the box on the side, but where do I access them on the top? I'd like to know how to remove it but if I don't, I'm wanting to change the font color.
15 Oct 2006, 04:22
#3
sketchy avatar

sketchy

Totally Zenned

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

Re: Catagory List on top HELP

Those are your header category tabs and you can switch them off.

Go into Admin-Configuration-Layout Settings;

`Categories-Tabs Menu ON/OFF = 0(off)
15 Oct 2006, 04:36
#4
lyttonfinds avatar

lyttonfinds

New Zenner

Join Date:
May 2005
Posts:
48
Plugin Contributions:
0

Re: Catagory List on top HELP

cool thanks.. but if I want to keep them, how do I change the font color of them?
15 Oct 2006, 04:54
#5
sketchy avatar

sketchy

Totally Zenned

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

Re: Catagory List on top HELP

You're welcome.

To change the color of the tabs, find in your stylesheet.css;
#navCatTabs ul li a {
	color: #9a9a9a;
	}


If you want them to appear in black, for example, change #9a9a9a to #000000