How to hide product prices on Dawn theme collections?

Access the theme editor in your Shopify admin dashboard. You can find it under “Online Store” and then “Themes.” Look for the Dawn theme and click on the “Actions” button, then select “Edit code.” Now, you need to locate the collection template. In the theme editor, you’ll see a list of template files on the left-hand side. Look for a file named “collection.liquid” or “collection-template. liquid.” This is the template responsible for displaying product collections. Within the collection template, you’ll need to find the code that controls the price display. It typically appears as something like “{{ product.price }}.” This is the code you’ll need to modify or remove. Depending on your desired outcome, you have a couple of options. If you want to completely remove the price, you can simply delete the code responsible for displaying it. Alternatively, if you’d like to replace the price with custom text or a different message, you can modify the code accordingly. Once you’ve made the necessary changes to the collection template, don’t forget to save your modifications in the theme editor. It’s crucial to test the collection page on your website to ensure the price is no longer appearing for the specified products. Check both the products that previously displayed the price and any new ones you’ve added to the collection to confirm that the changes have been successfully implemented.