December 23, 2014 at 5:45 am
#19663
Theme Horse Support Team
Keymaster
Hi info42,
To make the font-size smaller Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
body, input, textarea {
font-size: 18px;
}
Change the above digit value 18 to increase/decrease the font size.
Thank you!