We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

How can I improve my Dawn theme page number?

Solved

How can I improve my Dawn theme page number?

Walz001
Tourist
12 0 3

Walz001_0-1672422321082.png

Hello, this is my page number, can anyone help me change it to something better

T.jay
Accepted Solution (1)
Musfirah
Shopify Partner
44 5 8

This is an accepted solution.

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;
}

Musfirah_0-1672424586132.png

 

View solution in original post

Replies 4 (4)

Musfirah
Shopify Partner
44 5 8

Hi @Walz001 ! What do you want to change? 
Kindly share your store url so I can help you better

Walz001
Tourist
12 0 3

www.balerz.com

Walz001_0-1672424090935.png

Those number on the collection page

T.jay
Musfirah
Shopify Partner
44 5 8

This is an accepted solution.

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;
}

Musfirah_0-1672424586132.png

 

Walz001
Tourist
12 0 3

Thank you, your code works

T.jay