Archived topic
Pagination in footer (change to Next, instead of numbers)
4 replies · Started by IBNU AHMAD on August 22, 2021
Viewing posts 1–5 of 5
Hi,
Is it possible to change this to just Next -> ?

And the following archive page <- Previous Next->
Hi there,
try the CSS that Leo provides here:
https://generatepress.com/forums/topic/remove-numbers-on-post-navigation/#post-1620462
Thanks David
.nav-links .page-numbers:not(.next):not(.prev) {
display: none;
}
Works like a charm!
Glad to hear that
This archived topic is closed to new replies.