Adding more than 2 collections to "featured collection" carousel on Prestige theme

Hello!

So i have an issue that needs to be fixed, I want to add 4 collections to the featured collections carousel on the prestige theme. By default the theme only lets me add 2 collections but there must surely be a way to add 4?

See image attached for the section where I want 4 collections.

Thanks in advance.

URL: https://lostjewelry.co/

Hello @lostjewelry ,

Try to change the section schema max block value from ‘2’ to ‘4’

Thanks

Hey, I can’t change it to more than 2 via the theme. I think some code is needed.

Same I said made changes in code, section schema max block value from ‘2’ to ‘4’

Edit ‘featured-collections.liquid’ under ‘Sections’ here search for ‘max_blocks’ and change its value from ‘2’ to ‘4’

Thanks

Hello,

I have checked your requirement. For this you need to changes the limit value of block in featured-collection.liquid under sections , just change this limit from 2 to 4 or any number which you want to. Attaching a screenshot below.

Thank you.

Thank you very much! It worked perfectly.

Have a great day! :slightly_smiling_face: