Hello, I created an image banner for my “accessories collection” landing page. That content is now showing across all my other product landing pages categories such as “performance running” “lifestyle” and “new arrivals”. How can I customize each landing page with its own image banner on top.
Create a different collection in templates and only assign this collection to the template.
You can also use collection metafields
Add a if else statement with
{% if collection.handle == 'Accessories' %}
Your banner code here
{% endif %}
Was my reply helpful? Please Like and Accept Solution. This mean a lot to me.