How To Hide Product Prices On a Selected Collection In Shopify (Without an App)
1- Search for :
theme.liquid
2-
Add this code before </head>
{% if collection.handle == "your-collection-handle" %}
<style>
.price { display: none !important }
</style>
{% endif %}
3- For multiple collections, Add:
or collection.handle ==