Unable to Set Image for 'All Products' Collection in Pipeline Theme

Hello everyone,

I’m currently facing an issue with my Shopify store using the Pipeline theme. On the “All Products” collection page, no image is displayed. However, for other collections, I have successfully set up a metafield that displays a related image (e.g., when I click on the ‘Shirts’ collection, it shows an image representing our store’s shirts).

Here’s the link to the “All Products” collection: https://www.ugofama.com/collections/all.

I want to set a similar image for the “All Products” collection but have been unable to do so despite multiple attempts. I even tried following some tutorials to edit the code, but nothing worked. Of course, I reverted any changes I made in the code.

Can anyone help me figure out how to assign an image to the “All Products” collection? Any advice or guidance would be greatly appreciated!

Thank you in advance.

Hi @ugofama
/collections/all is default collection and it doesn’t have option to set featured image via backend, you can directly put that in code by matching collection handle to “all”, it will required liquid knowledge to implement it

also since Pipeline it paid theme so you can reach their support as well they may add it for you

Thanks!