Home Forums WoodMart support forum grouped product

grouped product

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #386392

    [email protected]
    Participant

    I would like to switch off the information or it should only be visible once and not 3 times.

    Please help

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

    Hello,

    Please provide the URL of the product to check it myself and help you out accordingly.

    Best Regards

    #386834

    [email protected]
    Participant
    #386870

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .legal-price-info {
        display: none;
    }
    
    .product p.wc-gzd-additional-info {
        display: none;
    }

    Best Regards

    #386970

    [email protected]
    Participant

    it’s gone for all products, and it’s gone for individual products too. I just don’t want to have it for grouped products or only want to have it once (and not 2 times)

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

    [email protected]
    Participant

    single product looks like this. it should NOT go away

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

    Hello,

    Please replace the previous Custom CSS with the following then check back.

    .product-type-grouped .legal-price-info {
    display: none;
    }

    .product-type-grouped p.wc-gzd-additional-info {
    display: none;
    }

    Best Regards

    #387137

    [email protected]
    Participant

    Thanks, you’re all great! 🙂

    #387141

    Hello,

    We are Glad that your issue has been Resolved.

    Let us know if there’s anything else we can do for you! You can always reach us at any time. We are always here to help you.

    Have a wonderful day.

    Topic Closed.
    Best Regards.

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

The topic ‘grouped product’ is closed to new replies.