Hi
Is there a way to add background color to page nation?
Thx
Hi
Is there a way to add background color to page nation?
Thx
Hey!
Sure - you can use following css code:
.pagination{
background-color: #333;
}
Add the code to css/custom.css and adjust the color value.
Best regards,
Peter
Hey
Thank you, works well. Also, is it possible to change font size and color of the numbers?
Thank you
Hi O5,
You can use this css code:
For the current page number:
.pagination span.current {
color: black;
font-size: 14px !important;
}
For the other page numbers:
.pagination a.inactive {
color: red;
font-size: 14px !important;
}
Just change the color and font size value. Hope this helps. :)
Regards,
Ismael
You must log in to post.