Home Forums WoodMart support forum notice is shown when a woocommerce bundle product is sold

notice is shown when a woocommerce bundle product is sold

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

    ecb21
    Participant

    hi, in the website link i shared a link to a woocommerce bundle product. it always shows the notification in the top of the page, even though there is nothing to be notified off. we have checked to see how to disable it but cannot find anything.

    How do we remove this?

    #538361

    Hello,

    Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:

    div.wc-block-components-notice-banner {
        display: none;
    }

    Best Regards.

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