Provide setting to change font size

  • Posted in : Read WP
  • ppaliwal89
    Participant

    Hi,
    I could not find any single setting that will allow me to change the font size of the content of my blog posts.
    Would it be possible to provide one? if not, can you please guide me as to how exactly do we change the font size.

    Upon checking the couple of forum topics regarding the same topic, I tried but could not change it. My site is http://crm.ipiyush.me

    serkan
    Moderator

    Hi, this custom css code will effect single blog page content font size for desktop

    @media screen and (min-width: 768px) { .blog-single .post .entry-content>p { font-size: 17px; } }

    and also this custom css code for mobile version ;

    .blog-single .post .entry-content>p { font-size: 14px; }

    You can change the px if you like.
    Thanks

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register