Viewing 7 replies - 1 through 7 (of 7 total)
  • Hey there,

    Please post a link to your site. Thanks!

    Thread Starter MosaicPC

    (@mosaicpc)

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    Please try given below CSS rules into Custom CSS Editor:

    .blog-post .post-content p{
        font-size: 25px;
        line-height: 30px;
    }

    Save the changes.

    If did’t work please provide page URL where you want to modify the changes.

    Note: Change font size according your need.

    Thank You

    Thread Starter MosaicPC

    (@mosaicpc)

    Didn’t work. I added the lines through custom CSS and tested it at 8px and then 30px. Saved it, cleared cache and checked the page. No change.

    Click here for the site in question.

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi @mosaicpc,

    For post content size and line height use below css rule (with !important property)

    .blog-post .post-content p{
        font-size: 25px !important;
        line-height: 30px !important;
    }

    For Post list on side bar font size and line height, use below css

    .sidebar .widget li a {
        font-size: 10px !important;
        line-height: 14px !important;
    }

    Change the size according to your requirement.

    Thanks You

    Thread Starter MosaicPC

    (@mosaicpc)

    That did it. Thanks!

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Most Welcome ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Font size of “recent posts”’ is closed to new replies.