Hide html block on product pages
-
Hi,
I’m using a widget as a footer. There is one column I would like to exclude on product pages only. There is no option available for it, but can you help me out with some custom css?
In short: exclude a html-block on all product pages.
Hello,
Please edit the HTML Block and assign a class to the section then we can hide using Custom CSS.
Screenshot for Clarification: https://gyazo.com/3faad9e8794673920e547d312191cc1e
Best Regards
I added the class to both parts: newsletter-sign-in
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.woodmart-archive-shop .newsletter-sign-in {
display: none;
}
Best Regards