Home Forums WoodMart support forum Hide Price on Grouped Product

Hide Price on Grouped Product

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #459062

    myamikizara
    Participant

    Hi, I want to hide the main Title pricing on Grouped Product. What is the code for this?
    thanks

    #459137

    Hi,

    Sorry, but we don’t quite understand what problem you have now. Could you please send us a screenshot for better understanding.

    Best Regards.

    #459301

    myamikizara
    Participant

    Hi, we use group products for most of our products so we want to remove the main pricing from this product option.

    Attachments:
    You must be logged in to view attached files.
    #459392

    Hi,

    So, please try using the below Custom CSS code and paste it to Dashboard >> Theme Settings >> Custom CSS >> Global CSS section:

    .product-type-grouped .summary-inner .price {
       display: none !important;
    }
    .product-type-grouped .summary-inner .cart.grouped_form .price-column .price {
       display: block !important;
    }

    Best Regards.

Viewing 4 posts - 1 through 4 (of 4 total)