Remove collection banner in collection page

Hi All,

I made couple research before posting , I readed that there is way to modify the code to make the banner disappear in the collection pages. The post I found were couple years old and I could not figure out where to go in the Code to do the modif myself.

I had to add the collection picture so they show up in a “Menu” app , but now the picture are showing on the collection pages but they look real bad because they got deformed. But anyway I would like to remove them.

Can anyone out there help ?

Thanks

Hello,

Edit collection.liquid follow section file and search for this code

{{ collection.image }}

or

style="background-image: url('{{ collection.image | img_url: '300x300' }});"

Once you find it comment/remove it.

Thanks

1 Like

Hi and thanks for helping out,

I went in the code and cheked out the collection.liquid in the Templates Folder

There is only 1 line in there :

{% section ‘collection-template-boost-pfs-filter’ %}{% include ‘wiser_trending’ %}{% include ‘wiser_recentview’ %}{% include ‘wiser_newarrivals’ %}{% include ‘wiser_featured’ %}{% include ‘wiser_topselling’ %}{% include ‘wiser_recent_related’ %}

Am I at the good place ? that’s the only place where there is “collection.liquid” that i’ve found