badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Reply To: Font Size

#19663

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!