A user with the Prestige theme wants to hide pagination numbers on collection pages and potentially add infinite scroll or a load more button.
Current Solutions Offered:
Hide pagination only: Add custom CSS code .CollectionInner .Pagination { display: none !important; } via Shopify Admin > Online Store > Theme > Customize > Theme Settings > Custom CSS. A screenshot shows this successfully hides the pagination numbers.
Infinite scroll functionality: Requires additional code customization beyond basic CSS, potentially using a JavaScript library like jQuery infinite scroll plugins. This is noted as beyond standard support scope and would need deeper theme customization.
Status: The pagination hiding solution has been provided with visual confirmation. The infinite scroll/load more button feature remains unimplemented and would require further development work.
Summarized with AI on November 3.
AI used: claude-sonnet-4-5-20250929.
I have my site with prestige theme, and I can`t found an option to hide pagination numbers in collections or change for infinite scroll or load more button, this is my site and my main collection: https://renatalozano.co/collections/shop-all
Hello, @arbeygp12 , would you want to just remove the pagination numbers or also add the infinite scroll functionality? There are some libraries for that, but it would require some code customization and potentially a JavaScript library addition to help you with that.