Site logo

Archived topic

price range for variable products

4 replies · Started by Jose on May 9, 2020

Viewing posts 1–5 of 5

I would like to know if it is possible to hide the price range for variable products, in the store and in the products.

Regards

or if it would be possible to hide the price for a specific category. And then when they enter the product they choose the price option they want.

Hi there,

try this CSS:

.woocommerce ul.products li.product-type-variable .price,
.product-type-variable .entry-title+.price {
    display: none;
}

Perfect, thanks!

You're welcome

This archived topic is closed to new replies.