Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #895956

    ottobono
    Participant

    Hi I want to remove the cart icon that popups in woocommerce in the middle of the screen when you add a product (p.s. I do not want to deactivate add to cart buttons on hover etc. but only this icon). I use integrity. Thank you!

    #896617

    ottobono
    Participant

    Hi, can you help me somehow?

    #896818

    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-cart-notification {
        display: none !important;
    }

    Hope it helps 🙂

    #899992

    ottobono
    Participant

    It worked flawlessly thank you!

    #900961

    Prasant Rai
    Moderator

    You are most welcome. 🙂