Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / how to increase font size on categories?

how to increase font size on categories?

Views: 1,060

Results 1 to 4 of 4
2 Oct 2012, 1:12 PM
#1
dust_bowl avatar

dust_bowl

New Zenner

Join Date:
Nov 2011
Posts:
16
Plugin Contributions:
0

how to increase font size on categories?

1.39h
I have my categories set to display horizontal across the top of the screen directly under the header.
How do I increase the font size on the categories?
I've tried and I accidently increased the font size on the whole store.
Thanks for all the help.

2 Oct 2012, 2:30 PM
#2
stevesh avatar

stevesh

Black Belt

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

Re: how to increase font size on categories?

If you mean the built-in categories in the header (rather than some dropdown add-on), add this to your stylesheet:

#navCatTabs {font-size: 2em;}

Adjust the 2em to suit.

2 Oct 2012, 3:44 PM
#3
dust_bowl avatar

dust_bowl

New Zenner

Join Date:
Nov 2011
Posts:
16
Plugin Contributions:
0

Re: how to increase font size on categories?

Stevesh
Yes, built in categories. Not add-ons.

You mean the stylesheet.css file that is in the template folder, I assume?

I would have thought the font size for the categories would be in it.
But all I could find is for the body.

Thanks,
I'll give it a try.

2 Oct 2012, 4:00 PM
#4
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: how to increase font size on categories?

The stylesheet mostly only has specific rules for elements that need them. There are many CSS ids and classes available in the code which are not mentioned in the stylesheet, but ready to add if needed.