Archived topic
Custom Pagination
3 replies · Started by Danar Virdaus on January 18, 2021
Viewing posts 1–4 of 4
Hello,
How to achieve this kind of pagination:
Thank You... :)
Hi there,
You can hide the numbers from display by adding this CSS:
.nav-links .page-numbers:not(.next):not(.prev) {
display: none;
}
Adding this CSS will result to only Previous and Next links showing up. :)
aahh okay, i've modified base on my needs.
Thank You Elvin
No problem. Glad you got it sorted. :)
This archived topic is closed to new replies.