Zen Cart Logo
Forums / General Questions / Medium Size Text

Medium Size Text

Locked

Views: 717

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
10 Apr 2008, 6:48 PM
#1
js1scuba avatar

js1scuba

New Zenner

Join Date:
Feb 2008
Location:
Lake Havasu City, AZ - USA
Posts:
79
Plugin Contributions:
0

Medium Size Text

Before we upgraded to the latest Zen - our pages would always come up with "medium size text" now it comes up as small text -- and i have to change it every time on my browser. I would like it to come up default as Medium -- how and where to i make that change in my Zen code ?

Thanks

10 Apr 2008, 7:03 PM
#2
haredo avatar

haredo

Totally Zenned

Join Date:
Apr 2006
Location:
Texas
Posts:
6,176
Plugin Contributions:
0

Re: Medium Size Text

JS1scuba:

Before we upgraded to the latest Zen - our pages would always come up with "medium size text" now it comes up as small text -- and i have to change it every time on my browser. I would like it to come up default as Medium -- how and where to i make that change in my Zen code ?

Thanks

includes/ templates/ your_template/ css/ stylesheet.css

Find this declaration in the sheet

  1. .centerColumn
  2. add
  3. font-size: 1.1em;
  4. If not found just add to bottom
  5. .centerColumn {font-size: 1.1em;}
  6. change the red font above as you like