Zen Cart Logo
Forums / General Questions / Adjusting text size with CSS

Adjusting text size with CSS

Locked

Views: 478

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
9 Feb 2010, 8:26 PM
#1
krisdiamond avatar

krisdiamond

New Zenner

Join Date:
May 2009
Posts:
28
Plugin Contributions:
0

Adjusting text size with CSS

Hello all

Im trying to get the size of my main text down a bit, ive tried to adjust a fe things in CSS sheet, but cant fix this sizing issue

Can someone please direct me to right bit off CSS to adjust.

Many thanks
Kris

https://www.jewellerysensations.com

9 Feb 2010, 8:52 PM
#2
gjh42 avatar

gjh42

Black Belt

Join Date:
Jul 2005
Location:
Upstate NY
Posts:
21,876
Plugin Contributions:
8

Re: Adjusting text size with CSS

You have the body text set considerably larger than the ZC standard of 62.5%```
body {
margin: 0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 75.5%;
color: #990000;
background-color: #fff;
}


If you mean the "Welcome..." on the home page, that is 
h2.greeting {}