Hi,
I want to hide prices on the Collection page, Featured products page and individual product page Shopify store using Theme “Gramic”.
I successfully did it on the individual product page but I’m not able to locate the code of “product-price” showing the price on the collection page.
Please help in this regard,
Thanks
I’m unable to access code for paid themes, but typically the product price is rendered within card-product which itself is rendered on the main-collection-gird. If you’re able to locate this in your theme, you can comment out the render price code which will stop it from appearing.
{% comment %}
{% render 'price' %}
{% endcomment %}
The card-product may be used elsewhere in the theme, so this may not be a perfect solution if you do need price to be displayed.
Hope this helps
Simon