How can I remove the price from certain product guids in Dawn 2.0?

Hi,

I am using the Dawn 2.0 theme and could need some help on removing the price from some (not all) product guids.

If price of product = 0, then the price should not be shown.

Is this possible, and if so; could someone help me along the way?

Hi @teageek ,

Go to snippets > price.liquid file and add code here:

Code:

{%- if price == 0 %} hidden{% endif -%}

Hope it helps!

1 Like

Hi @teageek ,

If it helped you solve your issue, please mark it as a solution. Thank you and good luck.