Hi all, I am trying to remove the product price for a specific collection let's say "Collection A" from my Narrative theme, any idea where I can look and which code or app I should use?
you can do using the theme code customization
{% if collection.handle == 'Collection A' %} <p>not showing price </p> {% else %} {{price}} {% endif %}
Thank you @ErSanjay ! And in which file should I use this code?
based on the theme and what type of collection list are you using it, most commonly file
section/collection-list.liquid or section/ collection-template.liquid
you need more help on that you can share the store dev access with DM. me the email