Hello, this is my page number, can anyone help me change it to something better
Hi @Walz001 ! What do you want to change?
Kindly share your store url so I can help you better
If you want to change the look of it, you can do it by following steps:
1- In theme → Online Store → Action → Edit code →
2- Go to the Asstes → open component-pagination.css file
3-Paste the following code at the bottom of your file
.pagination__item {
color: white;
background: #242323;
}
Thank you, your code works
1 Like


