Reduce text size

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Apr 12, 2014 4:26 am
Reply with quote
Report this post
hi guys,

how can i reduce the text size (body) of my site?

regards
User avatar
Gold Boarder

GK User
Sat Apr 12, 2014 11:46 am
Reply with quote
Report this post
Hi,
Sure, we on this and on others there are many different font-size each for different html elements hard to say use font-size:12px to for all of them.
So you have to know & check which exactly : h1, h3 or p or for general body ?
Please use my simple guide which may help you : http://www.gavick.com/documentation/joo ... -size-etc/
User avatar
Platinum Boarder

GK User
Sat Apr 12, 2014 11:49 am
Reply with quote
Report this post
In this template for general body we uses:
Code: Select all
body {
    color: #777777;
    font-size: 18px; }


:idea: - So you can change it in template css files or override using smaller value.
User avatar
Platinum Boarder


cron