// hide one price on store page // .product-list-item:nth-of-type(1) .product-list-item-price { display: none !important; } // hide price on specific product listing page // #ITEM-ID { .product-price { display: none !important; }}