How do I change the colour and size of the page number font at the bottom of the page?
I am using theme Sense and my website is www.glamexpresstt.com
Thanks!
How do I change the colour and size of the page number font at the bottom of the page?
I am using theme Sense and my website is www.glamexpresstt.com
Thanks!
Hi @rmababir
If you want to change the font size of the pagination element.
You can try follow this path:
Themes => edit code => asset => base.css
and add this code to bottom of the file base.css
.pagination__item{
font-size: 30px;
color: red;
}
Hello There,
.pagination__item {
font-size: 25px;
color: #ff0000;
}
Screenshot :- https://prnt.sc/J4aUV264qjIV
Hi @rmababir ,
This is Victor from PageFly - Shopify Page Builder App, I’d like to suggest this idea:
Add this CSS at the bottom
Online Store ->Theme ->Edit code
Assets → component-pagination.css
.pagination__item {
font-size: 25px !important;
color: brown !important;
}
Hope you find my answer helpful!
Best regards,
Victor | PageFly