Is there a way to change the collage section so that it is possible to upload three images and not just one image, one product and one collection?
1 Like
Hi @Roxolot
Just change the max_blocks but the layout might vary.
-
From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
-
Go to Section folder and open the collage.liquid file
-
Find the “max_blocks”: 3,
-
Change 3 to 5. See image below
1 Like
Very simple and nice solution. Thank you
1 Like
