Site logo

Archived topic

Custom Pagination

3 replies · Started by Renan on March 26, 2020

Viewing posts 1–4 of 4

Hi there!

How can i do to customize the pagination like this?

https://imgur.com/8epPzha

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 :)

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!

This archived topic is closed to new replies.