Having difficulties with editing the code to remove the announcement bar from one collection page. Here’s the code snippet for the announcement bar (snippet-promo-bar.liquid)
{% if section.settings.header--promo-bar--show-on != 'none' %}
{% unless template != 'index' and section.settings.header--promo-bar--show-on == 'home' %}
{% if section.settings.header--promo-bar--link.size > 0 %}
{{ section.settings.header--promo-bar--text | escape }}
{% else %}
{{ section.settings.header--promo-bar--text | escape }}
{% endif %}
{% endunless %}
{% endif %}
and it’s in the header.liquid as just
{% include 'snippet-promo-bar' %}
Just need to figure how to remove the announcement bar from that one single collection page