Adding Banner Image To Product Grid In Collection Template

Hi @albertloekito ,

Please change code:

{% if collection.handle == 'new-arrivals' %}
  {%- if forloop.index == 4 -%}
    
      [
      ](https://yellowboxshoes.com/collections/all-sale)
    

    
      [
      ](https://yellowboxshoes.com/collections/all-sale)
    

  {%- endif -%}
{%- endif -%}

Hope it helps!