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?
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
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.



