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>

Similar Posts