Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / How do I increase the size of the font?

How do I increase the size of the font?

Locked

Views: 2,137

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
20 Feb 2007, 1:48 AM
#1
boynix avatar

boynix

New Zenner

Join Date:
Feb 2007
Posts:
5
Plugin Contributions:
0

How do I increase the size of the font?

If you goto that link, I want to increase the size of the fonts for "Autographs" and "Game Used" in the main column. These are the category headers and I want it bigger.

http://centerfieldsports.com/index.php?main_page=index&cPath=47

Please help.

Thanks!

20 Feb 2007, 2:30 AM
#2
miles avatar

miles

Zen Follower

Join Date:
Oct 2006
Location:
At Home
Posts:
357
Plugin Contributions:
0

Re: How do I increase the size of the font?

Add this to your stylesheet

.categoryListBoxContents {
font-size: 1.2em;
}
```alter the highlight to your need..
20 Feb 2007, 2:41 AM
#3
boynix avatar

boynix

New Zenner

Join Date:
Feb 2007
Posts:
5
Plugin Contributions:
0

Re: How do I increase the size of the font?

So you're saying these lines do not exist and I need to add?

I'll try it! thanks

--edited--

great :) thanks for your help! it works

I was messing around with the template_default css lol