Dawn theme - Is it possible to make the multicolumn section be a carousel?

I would like the multicolumn section to behave like the featured collection section, ie instead of being multiple rows when I add more than 6 it should be a carousel. Is that possible? @ThePrimeWeb perhaps you know?

Hi @eliamal

Yes, it is possible. With custom code. This is a sample demo.

I hope it help. Thanks!

Hey @eliamal ,

Yes it is possible, however, this requires a fair bit of custom coding, one that I can’t really put into step by step instructions here as it is too lengthy. You could search on Youtube for custom slider shopify for some tutorials. There are a few. Or else, you can add me as a collaborator to your store and I can build that for you.

OK, I try to avoid to much customization since I want to be able to easily update the theme :slightly_smiling_face: Do you know if there is an easy way to make all the filters on the collection page be open? Right now only the first one is open and the rest are closed. I couldn’t find a switch for it.

That would require you to paste a script in the code, but it’s fairly simple.

Go to your theme’s “Edit Code” Option, then in the search bar type “theme.liquid”
Above the tag “” tag paste the following. Screenshot attached for reference.


Screenshot is for reference only, the correct code to paste is the one shown above.

Worked! Can I also ask - is there a simple way to be able to search with SKU? Dosen’t work now.

Hey @eliamal ,

The easiest way is to type “variants.sku:23200” (23200 being the sku number) which works by default. But if you were to add sku search just by the number, you’d have to make some changes to the search file, which again you may not like as it is a drastic change to an existing file which could be hard when it comes to updating because you never know what the new update will change.