Site logo

Archived topic

Changing Post Navigation Style

9 replies · Started by Eran on August 24, 2018

Viewing posts 1–10 of 10

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.

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.

thanks! where do I use this code?

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.

Thanks!

You're welcome

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

Hi there,

do you have a link to your site?

Hi David,

Yes, here is my site.

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;
}
This archived topic is closed to new replies.