• Resolved verbthierry

    (@verbthierry)


    Hello,

    Since WooCommerce has no real support, ill try it here

    On my basic test site I have created a basic shop.
    When adding an item to the cart a pop-up at the top of the page comes up “Added to cart” however this pop-up is behind my semi transparent header.
    So users can’t click on the view cart button.
    Not that it is needed, removing this pop up would be the best solution for me.

    So far I haven’t found how I can remove this pop-up or adjust it settings.

    And no, turning the header full color is not an option.

    Kr,
    Thierry

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

Viewing 1 replies (of 1 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @verbthierry,

    Since WooCommerce has no real support, ill try it here

    WooCommerce has an official support policy which you can read here:

    https://woocommerce.com/support-policy/

    For users that do not have a licence for WooCommerce.com marketplace products, this forum is the correct place to get support.

    When adding an item to the cart a pop-up at the top of the page comes up “Added to cart” however this pop-up is behind my semi transparent header. So users can’t click on the view cart button. Not that it is needed, removing this pop up would be the best solution for me.

    The notice you’re referring to which I believe should be this one https://snipboard.io/XjHnbt.jpg it’s a WooCommerce successfully added to the cart message wrapped within an Elementor widget. To hide it try using this CSS:

    /* Remove notice after product is added to the cart */
    .single-product .woocommerce-message {
    display: none;
    }

    To add custom CSS code navigate to WordPress Dashboard > Appearance > Customize > Additional CSS and add your CSS to the editor.

    If it doesn’t work, check out this Stack Overflow thread where other solutions are indicated: https://stackoverflow.com/questions/34645095/remove-hide-woocommerce-added-to-cart-message-but-keep-display-coupon-applied-me

    I hope this information is helpful to you.

Viewing 1 replies (of 1 total)
  • The topic ‘WooCommerce pop-up behind navigation’ is closed to new replies.