Archived topic
Custom Pagination
3 replies · Started by Renan on March 26, 2020
Hi there!
How can i do to customize the pagination like this?
The theme is incredible. Conglatulations!
Hi there,
Any chance you can link us to the site in question?
You can edit the original topic and use the private URL field.
Let me know :)
The link is localhost. But you can access in the link
https://xd.adobe.com/view/a4bb4bb7-7bf4-4709-5737-f3726c4d4820-d28a
This should help to get you started:
.page-numbers {
padding: 5px 10px;
border: 1px solid #000;
border-radius: 50%;
}
.page-numbers.current {
background-color: #000000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
If you need more tweaking, please duplicate your site on a staging server so we can see and help.
Thanks!