Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Changing font size in middle columns

Changing font size in middle columns

Locked

Views: 534

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
12 Apr 2010, 6:15 PM
#1
gws76 avatar

gws76

Zen Follower

Join Date:
Apr 2007
Posts:
151
Plugin Contributions:
0

Changing font size in middle columns

I wanted to change the font size for the middle columns-categories, subcategories. Also the font size for Brands(manufacturers) and price listed in the body. I know I can change the body font size but this changes everything including the side boxes which I don't want to change their size.

I suppose I could reduce the side box font size and then change the body font-size to increase everything at once but I'm trying to see if there is an isolated way to increase the middle.

For those that want to change the overall font size it's in your stylesheet.css at the beginning listed here in bold.

body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000000;
background-color: #FFFFCC;
}

12 Apr 2010, 6:21 PM
#2
schoolboy avatar

schoolboy

Totally Zenned

Join Date:
Jun 2005
Location:
Cumbria, UK
Posts:
10,327
Plugin Contributions:
0

Re: Changing font size in middle columns

If you add a font-size declaration to

.sideBoxContent

... you will influence all sidebox text size .