I am customising the Savor theme and I am using a Collection List Grid on the the Homepage.
Rather than having a static image for each collection on the grid as shown below, I was wondering if there was a way to create a slideshow for each collection? The images would relate to the products in that particular collection. They could move randomly or at set times. I have tried the ai generate option, but while it does give me the tools to do this, it doesn’t actually function. Perhaps there’s an app or some code that I can use? Or maybe it’s standard in a different theme? Any help much appreciated.
Hi there, thanks for sharing this I get what you’re aiming for. By default, Shopify’s Collection List section only supports one static image per collection, so the slideshow feature isn’t built-in. That’s why the AI block you tried isn’t functioning.
If you want each collection card to cycle through multiple product images, you’ve got a couple of routes:
Option A – Custom Code
A developer can edit your theme’s collection-list.liquid file.
Instead of pulling just the collection’s featured image, you’d loop through the first few product images in that collection and display them in a timed slideshow.
This gives you full control (e.g., auto-slide, fade-in, random).
Option B – App Solution
There are Shopify apps like Shoppable Slideshow or Dynamic Slideshow Galleries that let you assign rotating product images to collections.
These don’t come out-of-the-box in Savor, but they’re plug-and-play without coding.
Option C – Different Theme
Some premium themes (like Prestige or Flow) have built-in collection animations and image-switching that look close to what you want.
The most Shopify-compliant and lightweight approach is usually Option A (a few lines of Liquid + JS). If you’re comfortable editing theme code, I can outline the snippet you’d add. Otherwise, an app will get you running quickly.
Would you like me to share a code snippet example for Option A so you can test it in Savor?
And here’s an image mockup of what your grid could look like with auto-sliding product images (instead of static ones):
Hello @kathrineprotech Option A sounds like what I wanted, especially as it lightweight, but I’m not confident with editing theme code. I have tried before with various degrees of success and failure! I would love to test it, please!
Perfect , glad Option A sounds like a fit! Don’t worry about not being confident with code edits; I’ll walk you through step by step so you can test it safely without breaking anything.
Here’s what I recommend:
Duplicate your theme first
In your Shopify admin, go to Online Store > Themes.
Click the … next to your live theme and choose Duplicate.
This way, you’ll have a safe backup copy in case anything goes wrong.
Apply the code changes in the duplicate theme
Navigate to Actions > Edit code on the duplicate.
I’ll provide the lightweight snippet you can paste in the right file (no need to touch complex areas).
Preview & test
Use the preview button to make sure the behavior works as expected.
Once you’re happy, you can publish the duplicate theme to go live.
This way you’ll have zero risk, and it keeps things clean and reversible.
Would you like me to post the exact snippet and which file to place it in here, so you can copy/paste and try it out?
If the collection has products, it will show the featured image of the first product (so it feels dynamic).
If not, it falls back to the standard collection image.
Step 4. Save, then hit Preview to test.
If you’d like a true slideshow/rotating images, that would need a slightly longer script (using a small JS snippet to rotate through product images). But this gives you a safe, lightweight “dynamic image” starting point.
Would you like me to also share the slideshow version so you can compare both approaches?
Got it — instead of just swapping to the second image, you’d like the product card to rotate through all product images on hover. That’s definitely possible with a bit of custom JS/CSS.
Would you like me to share a ready-to-use code snippet you can drop into your Dawn theme, or would you prefer step-by-step guidance so you can adjust it later?
But still it’s possible to share the url. Because Shopify offers a URL for the store to test on.
So, consider to share it with me then I can take a look into it.