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;
}

Similar Posts