remove page number from collection page

remove page number from collection page

learningdesign
Shopify Partner
193 1 21

How to remove page numbers and make it infinite scrolling please see the image below i am using dawn theme 

 

learningdesign_1-1725517125865.png

 

Replies 6 (6)

Tech_Coding
Shopify Partner
186 51 51

Hello @learningdesign 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
   .page-numbers {
       display: none !important;
    }
</style>

Tech_Coding_0-1725518105613.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.
learningdesign
Shopify Partner
193 1 21

@Tech_Coding page numbers are gone but its not showing all products on page page have 18 products and its showing 12

page 2 products are not showing now 

GTLOfficial
Shopify Partner
489 99 95

Hello @learningdesign 

Go to online store ----> themes ----> actions ----> edit code ---->assets ---->app.css
add this code at the end of the file.

.page-numbers {
display: none !important;
}

result
11.png

If this was helpful, hit the like button and accept the solution.
Thanks

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
learningdesign
Shopify Partner
193 1 21

@GTLOfficial  it worked page numbers are gone but now all products not showing in page 

GTLOfficial
Shopify Partner
489 99 95

This would need to add infinite scroll by custom coding,
need to hire the developer for this.

- Buy me a Pizza
- If helpful then please Like and Accept Solution.
- Want to modify or custom changes or bug fix on the store Hire me. GTL web solutions
- Want Complete Storefront: Send an email ⇨- Email: info@gtlofficial.com - Skype: ritesh_27dh
learningdesign
Shopify Partner
193 1 21

can some one please help me in this