How To Hide Product Prices On All Shopify Collections (Without an App)
1- Look for :
base.css
theme.css
style.css
2- Add this code at the bottom of the code:
div#ProductGridContainer .price {
display: none;
}
1- Look for Theme.liquid: 2- Add this code above </body>:
Collapsible description code Block schema settings
1- Search for : theme.liquid 2- Add this code before </head> 3- For multiple collections, Add: or collection.handle ==
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.