Archived topic
pagination as in https://generatepress.com/support/
3 replies · Started by Anil on May 8, 2020
Viewing posts 1–4 of 4
How to have pagination as in https://generatepress.com/support/
Regards.
Hi there,
for the Blog page you could use some CSS like so:
.nav-links .page-numbers {
border-radius: 4px;
min-width: 2.5em;
line-height: 1.8em;
padding: 5px 15px;
box-sizing: border-box;
display: inline-block;
text-align: center;
}
.nav-links .page-numbers {
border: 1px solid #ccc;
}
.nav-links .page-numbers.current {
/* Add Current Page Style Here */
}
Thanks David 🙂
Glad to be of help
This archived topic is closed to new replies.