Removing Prices on Dawn Theme products while keeping prices on product page

Hello, how do you remove the prices off of the products on Dawn theme while they are in the collection (like home or collection page), but have the price available when they click on the item? I need my customers to see the price before they put it in their shopping cart. The code I used removed it from everywhere. thanks!

Hi @kailanewyork

This is Richard from PageFly - Shopify Page Builder App

Please add this code to your theme.liquid above the to get this solved

Step 1: Online Stores > Themes > More Actions > Edit code

Step 2: click on theme.liquid and paste the code above the

{% if template contains 'index' or template contains'collection' %}

{% endif %}

Hope this can help you solve the issue

Best regards,

Richard | PageFly

2 Likes

Thank you so much, I believe it worked!

Glad to hear that. Let me know if you have any questions

This worked! Thank you so much