Archived topic
Remove Numbers on Post Navigation
1 reply · Started by FunkyCss on January 15, 2021
Viewing posts 1–2 of 2
Good evening from Greece,
I would like to know is possible to remove the numbers of the post navigation and let only - > Next - Previous ?
Like this site here it uses Generatepress - > https://woorkup.com/page/3/
Hi there,
Woorkup is using this CSS:
.nav-links .page-numbers:not(.next):not(.prev) {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
This archived topic is closed to new replies.