Archived topic
Change template post navigation ('next page' - 'previous page')
3 replies · Started by Ben Hourahine on September 25, 2014
Hi Tom,
Is it possible to change this? Alter the text and / or the size?
Currently it is quite nondescript for my site and I would like to make it bolder and more pronounced.
Currently it is '1,2 ... 88 Next'
I am trying to achieve a 'Previous Post' 'Next Post' look and feel, With bigger fonts and a more distinct background / border.
Thanks again for your help.
Ben
For sure, you can use this CSS:
.paging-navigation .nav-previous,
.paging-navigation .nav-next {
display: block;
}
.page-numbers {
display: none;
}
Thanks Tom, worked a treat.
Happy to help :)
