• Resolved Kim

    (@kimqing)


    I know we can only set the base font size, not allowed to set every kind of font size individually.

    I need post body font size larger but then post title font size become too large to fit in one row.

    please help make the ratio between post title font size and post body font size smaller so I can set body font size larger without causing post title font size too large to fit in one row on mobile version. thank you!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello kimqing,

    You can increase the post body font with the help of custom css without effecting the post title-

    .entry-content {
    font-size: 18px !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter Kim

    (@kimqing)

    thank you! it works!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘post body font size too small compared to post title font size’ is closed to new replies.