Archived topic
Increase font of Previous and Next navigation on Single Post Pages
5 replies · Started by Michelle on April 9, 2022
How do I increase the size of Previous and Next on Single Post Pages?
Hi there,
you can use this CSS to change that:
.post-navigation {
font-size: 20px;
}
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.
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 ?
I am wanting a previous and next font to be larger on the single post pages, not the homepage.
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. :)