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: Increase text size & missing featured images?

#45980

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!