How can I improve my Dawn theme page number?

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

www.balerz.com

Those number on the collection page

If you want to change the look of it, you can do it by following steps:

1- In themeOnline StoreActionEdit 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