want to keep image in some collection page and some with only titles

want to keep image in some collection page and some with only titles

Advertfox
Shopify Partner
82 0 16

Hi,

 

i have multiple collections on store where i managed to put different banners for each collection through metafield,

however, in some collections i just want to put titles instead of banners. even i keep metafield blank then it still shows default banner image on that particular collection page. 

i created one metafield to add text but not sure what to do next, below is how one of my collection looks for now where i want to put title instead of banner.

 

any suggestion ??

 

store link: https://advertfox.myshopify.com/

pswd: advertfox

Advertfox_0-1735142564731.jpeg

 

 

Replies 4 (4)

Sandeep81
Shopify Partner
121 17 20

Hi Advertfox,
Please write your code inside the below condition

{% if  collection.metafields.namespace.key.value != blank %}
code for collection Image
{% else %}
Code for Text content
{% endif %}

Hey if it works, please give a Like or mark it as a solution.
Please Let me Know if not solved.
Here I am: sandeepkhandagade@gmail.com
Thanks & Regards
Sandeep
Advertfox
Shopify Partner
82 0 16

Hi,

 

may i know in which file i need to write this code ?

Sandeep81
Shopify Partner
121 17 20

Hi,
Add this code in Main collection file where you added the metafield.

Hey if it works, please give a Like or mark it as a solution.
Please Let me Know if not solved.
Here I am: sandeepkhandagade@gmail.com
Thanks & Regards
Sandeep
Advertfox
Shopify Partner
82 0 16

Hi,

 

thank you for the response, unfortunately i can't find the file with collection.liquid or collection-template.liquid file names.