Comment out the pricing in the category view
To remove the pricing in the category view add the following to your custom.css file in your child theme
/*
* Comment out the Prices on the Category Pages
*/
.product-miniature .product-price-and-shipping {
display: none;
}
- Hits: 5