Support

Home Forums Event Espresso Premium Disabling Pop-up after adding to cart

Disabling Pop-up after adding to cart

Posted: June 7, 2018 at 9:33 am

Viewing 1 reply thread


hnix

June 7, 2018 at 9:33 am

I’d like to know if there is a way to disable the pop-up that comes about when someone adds a product to the cart. Thanks for any help provided!


Josh

  • Support Staff

June 7, 2018 at 11:28 am

Hi John,

You can hide the pop up by adding the following CSS to your custom stylesheet:

#ee-overlay {
opacity: 0 !important;
z-index: -1 !important;
}

#cart-results-modal-wrap-dv {
display: none !important;
}

Please note that disabling the cart modal (or pop up) isn’t recommended and this modification should be tested thoroughly as it may lead to unexpected results with using the cart.

Viewing 1 reply thread

The support post ‘Disabling Pop-up after adding to cart’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso