Site logo

[Resolved] price range for variable products

Home Forums Support [Resolved] price range for variable products

Home Forums Support price range for variable products

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1276472
    Jose

    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

    #1276473
    Jose

    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.

    #1276622
    David
    Staff
    Customer Support

    Hi there,

    try this CSS:

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

    Perfect, thanks!

    #1276630
    David
    Staff
    Customer Support

    You’re welcome

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.