Re: Individual image banner for each category PLP - DAWN THEME

Individual image banner for each category PLP - DAWN THEME

Benzaindi
Shopify Partner
10 0 0

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. 

 

I attached a screenshot for reference: 

 

Screen Shot 2023-01-25 at 11.46.06.png

Performance and Athleisure Running Gear
Replies 2 (2)

Salil17
Shopify Partner
86 5 12

For achieving this, I just you few methods

 

1. Create a different collection in templates and only assign this collection to the template.

2. You can also use collection metafields

3. 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.
Benzaindi
Shopify Partner
10 0 0

Hi Salil, I solved it using the dynamic sources. I followed the steps in this video, but applied them to categories instead: https://www.youtube.com/watch?v=Firx0Cajs90&t=13s

Performance and Athleisure Running Gear