Hello everyone !
I need help to change the pages buttons on my website https//structureparis.com (no password)
I would like it to be round, can someone help me ? Thanks
Add this code at the bottom of your style.css file.
.paginate .current, .paginate .page a, a.tag {
border-radius: 30px !important;
}
Do let me know if it works.

