Is there a way to hide the original message from WooCommerce?

Top WooCommerce & WordPress Plugins Forums Popup Notices for WooCommerce Is there a way to hide the original message from WooCommerce?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #99945
    Stefan Zahnd
    Participant

    Hi

    First of all, thank you for your plugin. I have a request, and I’m unsure if that’s even possible. Is there a way to hide the original message from WooCommerce when using “Add to cart” Ajax notification? As the user already gets the notification from the modal, it’s unnecessary to still see it on the product page. I’m using Elementor with JetWooBuilder.

    That’s the product page: https://bh.sunchasingtravelers.com/de/product/wohnen/sofas/sofa-roro/

    Just as information. The modal only shows up after disabling the smart-find option for the wrapper and using the manual DOM option. Using the smart find option, neither the modal nor the original message from WooCommerce appears.

    Thank you and best regards, Stefan

    #99946
    Pablo Pacheco
    Participant

    Hi Stefan,

    Please try adding this to your Customizer > Additional CSS:

    .woocommerce-notices-wrapper{ display: none !important; }

    I believe it would work.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.