Join us March 21 for an AMA on planning your 2023 marketing budget with 2H Media co-owners, Matt and Aron

Turning the Page

Solved
Katrina27
Excursionist
17 1 0

Not sure how to explain this, and I have a feeling it will be a Shopify Internal fix.  The numbers at the bottom of each page of my store

do not have anything that gives the buyer a clue that there is more than one page to the collection.

shopify.JPG

You need to hover your mouse just to the right until the little hand appears and then click, unfortunately buyers won't know this, any kind of fix ? or it it a design thing

Cheers for any help    Kat

 

Accepted Solution (1)

Accepted Solutions
tim
Shopify Expert
3049 172 1111

This is an accepted solution.

Customize=> Theme Settings=>  Colors: "Links and primary button background" -- this settings controls colors of pagination links. And it also controls the color of cart button, so I guess you should change it more contrasting color.

However,  if you want to change only pagination links color separately, then you can add rule like this to the very bottom of your theme.scss.liguid asset:

.pagination a {
    color:  gray;
}

 

My post solved your problem? Like it!

View solution in original post

Replies 5 (5)
tim
Shopify Expert
3049 172 1111

This is definitely a theme/theme configuration problem. Having a link to your page (preview link, if password protected) will help to pinpoint the problem.

My post solved your problem? Like it!
Katrina27
Excursionist
17 1 0

Sorry, thanks for your help, see link next message

Katrina27
Excursionist
17 1 0

Sorry first link pointless (only one page atm)

 

https://jonesandcokitchenware.com/collections/drink-bottles-and-lunch-boxes

tim
Shopify Expert
3049 172 1111

This is an accepted solution.

Customize=> Theme Settings=>  Colors: "Links and primary button background" -- this settings controls colors of pagination links. And it also controls the color of cart button, so I guess you should change it more contrasting color.

However,  if you want to change only pagination links color separately, then you can add rule like this to the very bottom of your theme.scss.liguid asset:

.pagination a {
    color:  gray;
}

 

My post solved your problem? Like it!
Katrina27
Excursionist
17 1 0

Thank you so much, link and primary button worked, legend.