• Resolved btordoff

    (@btordoff)


    Hey everybody,

    I’m trying to change just the Page font size (not the post font size) but I’m unsure how to do this. Can anyone help me out??

    Thanks!

    Bryan

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

    Hope you’re well today!

    This should be possible with some custom CSS. Please try adding the following code to Appearance >> Theme Options >> General Settings >> Custom CSS:

    .page p {
    font-size: 12px;
    }

    Note that this is the original font size and to increase it you’ll have to increase the numeric value (12px) to what ever suits you the most. This should affect only font on pages and not on posts and blog page. If this doesn’t work could you please post link to your site so I can take a look?

    Best regards,
    Bojan

    Thread Starter btordoff

    (@btordoff)

    Bojan,

    That’s perfect! Thanks so much. I’ve been dealing with this issue for awhile.

    Have a great day!

    Best,
    Bryan

    Hey Bryan,

    Glad I could help 🙂 Have a great one yourself 🙂

    Cheers,
    Bojan

    How to change font size on blog page and post pages?

    Thanks!

    Hey there dkunev,

    How are you doing today?

    Could you please try adding the following code to Appearance >> Theme Options >> General Settings >> Custom CSS:

    .blog p  {
    font-size: 12px;
    }
    
    .single-post p {
    font-size: 12px;
    }

    Replace the original font size value (12px) to what ever suits you the most. This should increase font size only on blog and single post pages.

    Hope this helps 🙂

    Best regards,
    Bojan

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Changing Page Font Size’ is closed to new replies.