• Resolved jenghei

    (@jenghei)


    Hi, after adding the product to the cart, the header will show the product that added to the cart and the view cart button at the header as well. The problem which when after adding it, it is blocking the tab of the page and is blend into it so rarely see the tab as well. I wanted to remove the view cart and the product details after adding into the cart but I couldn’t find any solution with that.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support abwaita a11n

    (@abwaita)

    Hi @jenghei,

    Since it seems to be in the woocommerce-notices-wrapper class, you can hide it using the following CSS added to WP-Admin → Appearance → Customize → Additional CSS:

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

    Nonetheless, you will want to also get in touch with the theme author regarding the positioning of that notice. Maybe they can help move it somewhere else so that it does not overlap with your main navigation.

    Thanks.

    Thread Starter jenghei

    (@jenghei)

    Thanks, it works for me

    Mirko P.

    (@rainfallnixfig)

    Hi @jenghei,

    Thanks for confirming it worked. I’m now going to mark this thread as resolved but feel free to start a new thread if you have any more questions!

    Cheers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘After adding Product to the cart.’ is closed to new replies.