[Resolved] Increase font of Previous and Next navigation on Single Post Pages

Home Forums Support [Resolved] Increase font of Previous and Next navigation on Single Post Pages

Home Forums Support Increase font of Previous and Next navigation on Single Post Pages

  • This topic has 5 replies, 3 voices, and was last updated 2 years ago by Fernando.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #2183328
    Michelle

    How do I increase the size of Previous and Next on Single Post Pages?

    #2183404
    David
    Staff
    Customer Support

    Hi there,

    you can use this CSS to change that:

    .post-navigation {
        font-size: 20px;
    }
    #2183426
    Michelle

    That did make the font bigger, but sadly, “previous” and “next” no longer show at the same time on the page like they used to. I only see one or the other. Somewhere in my code, there must be a way to adjust that too.

    #2183452
    David
    Staff
    Customer Support

    I can only see 2 posts on the homepage. You would need at least 3 for their to be a next AND a previous … or am I missing something ?

    #2188163
    Michelle

    I am wanting a previous and next font to be larger on the single post pages, not the homepage.

    #2188165
    Fernando
    Customer Support

    Hi Michelle,

    Can you try adding this to Appearance > Customize > Additional CSS instead?:

    .single-post nav.post-navigation span {
        font-size: 16px;
    }

    Kindly let us know how it goes. 🙂

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