Archived topic
Archive Page Numbering
3 replies · Started by Patrick on July 13, 2019
Hi,
What CSS would I need to add in order to have my archive page numbering (the navigation at the bottom of the page) look something like you all have here in the forums. (the squares around the numbers and a bit more space between the numbers then what exists out of the box with GP)
Thanks for any guidance,
Pat
Hi there,
Can you give this CSS a shot?
.page-numbers {
padding: 4px 6px;
border-radius: 4px;
border: 1px solid #000;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
I can work with that! Thank you!!
No problem :)