July 15, 2016 at 5:34 am
#45980
Theme Horse Support Team
Keymaster
Hi
Typography features are available only in premium version of attitude theme. You can change font-family, size and color with lots of features in Attitude Pro version. However to increase the main font size go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:
body, input, textarea {
font-size: 13px;
line-height: normal;
}
Increase the above digit value 13 to increase the font size.
Thank you!