How to hide a specific component on product page
-
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
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.