Shopify themes, liquid, logos, and UX
Hi,
I want to change the number of collection blocks from 50 to 100 on this page https://vazluxe.com/collections
Hi @Luxurymrkt ,
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>
<style>
@media (min-width: 960px) {
.list-collections.list-collections--per-view-5 .list-collections__grid {
grid-template-columns: repeat(10, 1fr) !important;
}
}
</style>
Try the above code, If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Hello @Luxurymrkt, You have to do a custom code in the Collections list. Right now there are 10 number of row are displaying with collections 5 per rows as per default way, to show the 100 number of collections lists you have to customize in the code to set their option limit from 10 to 20 and also can set number of collections list per row more than 5. This need code customisation.
See the below screenshot, i think your current setting of customisation is look like this,
Feel free to reach out if you have any questions or need assistance.
Best Regards,
DWS.
Hello @Luxurymrkt
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>
@media (min-width: 960px) {
.list-collections.list-collections--per-view-5 .list-collections__grid {
grid-template-columns: repeat(10, 1fr) !important;
}
}
</style>
Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.
So this only makes it 10 items per row. total is still 50
I want to increase the max number of blocks to 100.
Mike
Any update how to change it from 50 to 100?
Steps to Increase the Number of Collection Blocks:
Locate the Collection Template:
Find the Limit Code:
Increase the Limit:
Save Your Changes:
Check the Collection Page:
Discover how to increase the efficiency of commerce operations with Shopify Academy's l...
By Jacqui Mar 26, 2025Shopify and our financial partners regularly review and update verification requiremen...
By Jacqui Mar 14, 2025Unlock the potential of marketing on your business growth with Shopify Academy's late...
By Shopify Mar 12, 2025