Site logo

[Support request] Increase font size on all posts

Home Forums Support [Support request] Increase font size on all posts

Home Forums Support Increase font size on all posts

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #2257564
    Adam

    Hello,

    Is there a way to increase the font size on all my posts on my blog (without having to manually go into each post and change it)?

    And, if so, will this mess up the placement of my photos and ads, etc, or will GP auto-adjust to the new font size?

    Thanks!

    #2257577
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can link us to the page in question?

    You can use the private information field:
    https://docs.generatepress.com/article/using-the-premium-support-forum/#private-information

    Let me know 🙂

    #2257579
    Adam

    Hi Leo,

    Its really not one particular page, I want to do it across all my blog posts. I think its around 140 articles.

    #2257586
    Leo
    Staff
    Customer Support

    Try changing the Body font size under the Typography section in the customizer:
    https://docs.generatepress.com/article/dynamic-typography-overview/

    #2257591
    Adam

    will this mess up the placement of my photos and ads, etc, or will GP auto-adjust to the new font size?

    #2257611
    Leo
    Staff
    Customer Support

    will this mess up the placement of my photos and ads

    It shouldn’t but it might depend on how everything is set up.

    There isn’t a way to determine this without actually testing it.

    #2260566
    Adam

    How do I change the body font size of one particular post?

    #2260570
    Leo
    Staff
    Customer Support

    Can you link me to that particular post?

    #2260583
    Adam

    Sent

    #2260590
    Leo
    Staff
    Customer Support

    You could try this CSS:

    body.single.postid-839 .entry-content p {
        font-size: 25px;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    #2260593
    Adam

    Hi Leo- I’m not a programmer and don’t know what that is…or what to do with it without messing up everything else.

    Is there a regular user function to adjust the font size on a specific blog post? Similar to the customizer option (except not across all posts?)

    #2260604
    Leo
    Staff
    Customer Support

    Try copying that code and pasting it in the Additional CSS field in the customizer:
    https://docs.generatepress.com/article/adding-css/#additional-css

    The code will change all the <p> tag on the linked post to font-size 25px.

    There isn’t an option to adjust the font size on a specific post unfortunately – it’s not very common.

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.