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
Views: 1,409
New Zenner
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
Zen Follower
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.
Zen Follower
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
New Zenner
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?
Tell staff why this post should be reviewed.