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
www.jewellerysensations.com
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
www.jewellerysensations.com
You have the body text set considerably larger than the ZC standard of 62.5%so you could bring that down. Otherwise, you will have to specify more precisely what you are referring to with "main text", as there are many different elements that could qualify.Code: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 {}