Our themes which comes with WooCommerce support (all premium themes and some of the free themes) include Mini Cart Popup window when user mouse hovers the header cart icon.
In case you want to hide mini cart popup, it will require a small Customizer change:
- Login to your Admin Panel
- Navigate to Left Menu -> Appearance -> Customize
- Open ‘Additional CSS’ section
- Insert the following code and save changes by inserting the ‘Publish’ button:
#cart-popup-content {display:none !important;}