How To Hide Price On Product Pages In Shopify (Without an App)
1- Look for Theme.liquid:
2- Add this code above </body>:
<style>
.product .price{
display:none !important
}
</style>
1- Search for : theme.liquid 2- Add this code before </head> 3- For multiple collections, Add: or collection.handle ==
1- Look for : base.css theme.css style.css 2- Add this code at the bottom of the code:
Collapsible description code Block schema settings
1- Look for Theme.liquid: 2- Add this code above </body>:
Session expired
Please log in again. The login page will open in a new tab. After logging in you can close it and return to this page.