[Resolved] Changing Post Navigation Style

Home Forums Support [Resolved] Changing Post Navigation Style

Home Forums Support Changing Post Navigation Style

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #658653
    Eran

    Hi there

    Is there a way to style the post navigation? I think the default options are really small and gets lost in the page.

    #658857
    David
    Staff
    Customer Support

    Hi there,

    you could increase the font size like so:

    .entry-meta .post-navigation {
        font-size: 1.2em;
    }

    If theres an example of something different then let me know.

    #658873
    Eran

    thanks! where do I use this code?

    #658947
    David
    Staff
    Customer Support

    You can add it the Customiser > Additional CSS if you’re not using a Child theme. Just adjust the 1.2em (which is 120% of current size) to what you need eg. 16px.

    #659050
    Eran

    Thanks!

    #659055
    David
    Staff
    Customer Support

    You’re welcome

    #759404
    Karsten

    Hello,

    I tried this CSS to increase the page navi font size but it does not work:

    .entry-meta .post-navigation {
        font-size: 1.2em;
    }

    Please help and advise.

    Thank you

    #759514
    David
    Staff
    Customer Support

    Hi there,

    do you have a link to your site?

    #761281
    Karsten

    Hi David,

    Yes, here is my site.

    #761352
    David
    Staff
    Customer Support

    Are you trying to increase the Blog page navigation links? ( The above is for the next / prev in the single post ).

    If so then this CSS:

    .paging-navigation {
        font-size: 20px;
    }
Viewing 10 posts - 1 through 10 (of 10 total)
  • You must be logged in to reply to this topic.