Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Catagory And Product Names

Catagory And Product Names

Locked

Views: 1,409

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
27 Mar 2007, 1:55 PM
#1
crichw avatar

crichw

New Zenner

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

Catagory And Product Names

Is there any way to make the catagory names larger? I am referring to the catagory names that are in the body of the site, not the sidebox.

Thanks

27 Mar 2007, 7:11 PM
#2
tmc_sherpa avatar

tmc_sherpa

Zen Follower

Join Date:
Mar 2007
Posts:
158
Plugin Contributions:
0

Re: Catagory And Product Names

you should be able to change the code for categoryListBoxContents, although I'm not sure what else this will modify. just add

.categoryListBoxContents {
font-size: 2em;
}

somewhere in your css file and you will double the font size.
I'm not 100% sure it wont change the font size somewhere else, but from what I've played with so far everything looks fine.

27 Mar 2007, 7:18 PM
#3
tmc_sherpa avatar

tmc_sherpa

Zen Follower

Join Date:
Mar 2007
Posts:
158
Plugin Contributions:
0

Re: Catagory And Product Names

Hmm.... it can also come up from .categoryIcon

.categoryListBoxContents, .categoryIcon {
font-size: 2em;
}
maybe? again, I'm not sure what may accidentally screwed up by changing this, so make a backup first :P but my random clicking around hasn't showed anything strage

1 Apr 2007, 1:48 PM
#4
purewater4u avatar

purewater4u

New Zenner

Join Date:
May 2006
Posts:
19
Plugin Contributions:
0

Re: Catagory And Product Names

TMC_Sherpa:

you should be able to change the code for categoryListBoxContents, although I'm not sure what else this will modify. just add

.categoryListBoxContents {
font-size: 2em;
}

somewhere in your css file and you will double the font size.
I'm not 100% sure it wont change the font size somewhere else, but from what I've played with so far everything looks fine.

I'm using 1.3.7 and tried this. The font size did get bigger but it went from 3 columns to one column. How do you make the font size bigger and still have three columns?