Adding Banner Image To Product Grid In Collection Template

Hi @albertloekito ,

I got the wrong information, I think you are trying to show the full banner.

Are you wanting this? show only 1 image for positions 3 and 4

Please change code:

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

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

Hope it helps!