Shopify themes, liquid, logos, and UX
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
Hello, this is my page number, can anyone help me change it to something better
Solved! Go to the solution
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;
}
Hi @Walz001 ! What do you want to change?
Kindly share your store url so I can help you better
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;
}
Thank you, your code works