The user wants to eliminate pagination across their Dawn theme store and enable infinite scrolling instead. Multiple solutions were attempted:
CSS approach: Adding display:none rules to base.css for pagination elements, but this truncated pages and prevented all products from loading
Liquid file modification: Removing specific pagination code lines from main-list-collections.liquid (deleting {%- paginate %}, {% render 'pagination' %}, and {%- endpaginate -%} tags)
Settings adjustment: Modifying main-collection-product-grid.liquid around line 199 to change the products_per_page range parameters (increasing max from 500 to 1000, adjusting min/step values accordingly)
The liquid file approach reportedly resolved the issue for one user.
Issue 2: Circular Category List
The user wants to implement circular category icons on the homepage, but no solutions were provided for this request.
Open Question
One participant asked how to remove pagination from only a specific collection rather than site-wide, which remains unanswered.
Summarized with AI on November 12.
AI used: claude-sonnet-4-5-20250929.