Archived topic
Remove Page Numbers and keep only 'Next' and 'Previous' buttons.
3 replies · Started by Vish on January 6, 2019
Viewing posts 1–4 of 4
I would like to show only the 'Next' and 'Previous' buttons in the blog/archive pages and hide/remove the page number. How can I achieve this?
Thanks :)
Note: Have included my site URL too!
Hi there,
try this:
.nav-links .page-numbers:not(.next):not(.prev) {
display: none;
}
That worked like a charm. Thanks for the quick help, David. :)
You're welcome
This archived topic is closed to new replies.