Dawn theme: How do I update the collection heading and banner image for the all products collection

Hi all,

When I hit the “continue shopping” button in my websites cart page, it takes me to a collection for “all products” (please see link below). This collection does not have a banner image.

Where can I find this collection in order to update the banner image and collection title please? It does not appear in my list of collections within shopify.

Currently I have a dynamic source to a meta-field for banner image, so that I can select a different banner image for each of my collections.

If I change the banner image here in my theme for this collection, it then changes all of my collections to this image, which is unwanted.

Best regards,

hi @TGregs

That link (/collections/all) points to Shopify’s default All Products collection. It’s created automatically for every store, which is why it doesn’t show up in your Collections list.

What you can do is:

  1. Go to Products → Collections → Create collection.

  2. Name it “All Products” and set the handle to all.
    – This will let you take control of that page.

  3. Once it’s saved, you can add your own banner image through the metafield setup like you do for other collections.

That way, changes will only apply to this specific page, not all of them.

If it still redirects differently or doesn’t pick up the banner, I can tell you how to find and update the “continue shopping” link in your theme — let me know if this helps…

Hi @TGregs ,

There is two ways.

1). You can create All named collection in shopify backend. Choose the banner image using metafield. That’s it :slight_smile:

2). You can do using custom coding :wink:

In most cases it belongs to the Default Collection. By any chance can you share the collab code so that I can take a look and do the requested changes.

Thanks

Thanks so much @KennyEvans that worked perfectly

1 Like