HOW TO REMOVE PRICES ON HOME PAGE PRODUCTS/COLLECTION . DAWN 2.0

Hi, i am having a hard time removing the prices from the products listed on my homepage/ collection page. I have tried other coding I’ve found online but still nothing worked. I only want the prices shown on the product page (once customer clicks on product). I am using DAWN 2.0 theme on shopbeenthat.com . Is there anyone who can help me solve this?

Thanks

Hi @Shopbeenthat

Please add this code to your theme.liquid file, under element in Online store > Themes > Edit code to do that

{% if template == 'index' %}

{% endif %}

Hi Thanks for your reply! Unfortunately this did not work for me. Do you have any other suggestions ?

Could you show me where did you add the code?

yes I added it here

My code was spell in important, please update code to this and check again

{% if template.name != 'product' %}

{% endif %}

It worked perfectly! Thank you so much ? :heart:

Happy I could help :grin:

Hi @Dan-From-Ryviu I am hoping to remove prices in this was as well for Dawn version 15 but only for the “Pool Party” Collection on https://champagneblasters.com/ could you help me? Thank you in advance.

Hi @CB-24

Please add this code to theme.liquid file, after in Online Store > Themes > Edit code