Archived topic
pagination
3 replies · Started by Holger on January 9, 2019
Viewing posts 1–4 of 4
Hi, is it possible to make the pagination a bit more beautiful?
Hi there,
Try this CSS to style the blog pagination:
.page-numbers {
padding: 4px 6px;
background-color: #009442;
border-radius: 4px;
color: #fff !important;
border: 2px solid #009442;
margin-right: 0.25em;
}
.page-numbers:hover,
.page-numbers.current {
background-color: #fff;
color: #009442 !important;
}
GREAT..... Thank youu so much.... :)
You're welcome
This archived topic is closed to new replies.