Home Forums WoodMart support forum How to hide a specific component on product page

How to hide a specific component on product page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #260837

    dalom2193
    Participant

    Hi,

    Thanks to wonderful support team. I use yith minimum maximum quantity plugin and a dialogue box is appearing on the product page. I am attaching the screenshot here. Is there a way I can hide it from showing on product page? Your help is highly appreciated.

    https://prnt.sc/xhtb7x

    #260846

    Hello,

    I saw the screenshot you attached.

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

    .ywmmq-rules-wrapper.entry-summary {
        display: none;
    }

    Regards.
    Xtemos Studios.

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