• Hello.
    When I add a product to the cart everything works perfectly on the mobile version but on PC when the product is added to cart the cart doesn’t automatically opens instead a grey overlay is shown and then nothing happens.
    You can remove the grey overlay by clicking anywhere on the site and then go to the cart by clicking on the basket in the menu bar.

    I am using WooCommerce

    I hope you can help!

    Best Regards
    Sebastian

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    It seems the plugin conflict issue. Try to disable all the nonocean plugin except wppcpmmerce and check if it is working or not. If yes, enable the one by one plugin, and refresh the page after enabling each plugin, to check the conflict issue.

    If you want to remove that overlay, Please try to add the below CSS code from the Appearance > Customize > Custom CSS, and check.

    .owp-cart-overlay {
        display: none !important;
    }
    Thread Starter sebastianfuglsang

    (@sebastianfuglsang)

    Thank you very much.

    Can you show me where i can change the colors of the side cart buttons?
    – The ‘Checkout’ & ‘Cart’ buttons.
    I have tried finding it in the ‘Appearance > Customize’ section but i can’t find the correct one.

    Best Regards
    Sebastian
    Nhordic

    Hi,

    You are most welcome!

    You can change the cart and button color from the Appearance > Customize > Woocommerce > Menu cart.
    and Appearance > Customize > Woocommerce > Advance Styling.

    If not resolved by the above, share the snapshot where you want to change the color.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce Cart – Grey Overlay’ is closed to new replies.