Home Forums WoodMart support forum Hide html block on product pages

Hide html block on product pages

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

    Caspar
    Participant

    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.

    #358301

    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

    #358653

    Caspar
    Participant

    I added the class to both parts: newsletter-sign-in

    #358717

    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

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