Shopify product page numbers not working

Topic summary

A Shopify store owner using the Dawn theme encountered an issue where pagination numbers on product collection pages were not clickable. The problem occurred after installing Smart Filters and attempting to isolate custom tonality filters (cool, midtones, warm, bright) from the filtering system.

Root Cause:
The bottom footer was overlaying the page numbers, making them inaccessible to users.

Resolution:
While a CSS solution was offered to adjust the footer positioning using custom code in the theme.liquid file, the original poster resolved the issue independently using a different approach. The problem is now solved, though the specific method used by the poster was not detailed.

Status: Resolved

Summarized with AI on October 27. AI used: claude-sonnet-4-5-20250929.

Hi I am using a shopify dawn theme, product page is coded. I have installed smart filters which has been working great, except that i am unable to sort the product in the sequence that i want. As a result i have ensured that my tonality filter is isolated from smart filters. coding has been used. unfortunately the pages under tonality is no longer working. please help.

Link to tonality filters

https://sns.sg/collections/cool

https://sns.sg/collections/midtones

https://sns.sg/collections/warm

https://sns.sg/collections/bright

1 Like

Hey @SNSspaces

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. Add the following code in the bottom of the file above tag


RESULT

If I managed to solve your problem then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

1 Like

Hi Mooed,

I didn’t use the solution you provided, but thanks for identifying the issue. Issue is that my bottom footer overlayed with the page numbers, an as a result made it inaccessible. Thanks for the help!

1 Like

Thank you for your reply. I’m glad to hear that the solution worked well for you. If you require any more help, please don’t hesitate to reach out. If you find this information useful, a Like would be greatly appreciated.