• Resolved srinivas2036

    (@srinivas2036)


    Hi…,
    Forestly theme is really cool and nice looking. Thanks for the awesome design. I would like to increase the text size both in the post body and title of the post. Can you please help me out how to do it?
    Thankyou.

Viewing 1 replies (of 1 total)
  • Theme Author fosforito

    (@fosforito)

    Hi, thank you for the positive theme review! You can customize the font size inserting this code in:
    Forestly Theme Options -> “Miscellaneous” Section -> “Custom CSS” Option

    .entry-header .entry-title {
        font-size: 28px;
    }
    
    @media screen and (max-width: 420px) {
        .entry-header .entry-title {
            font-size: 18px;
        }
    }

    The second CSS Block defines the font size for screens smaller than 420px.

    Next time, if you need any help, please visit our official forums on https://www.fosforito.net/forums/. I visit my homepage more frecuently than www.ads-software.com. ??

    Thank you and best regards,
    Jens Wagner

Viewing 1 replies (of 1 total)
  • The topic ‘How to change the text size of the body and title?’ is closed to new replies.