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:
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024