Hi,
we want to disable the message “There are no products in the shopping cart” when the cart is empty and when you hoover with the mouse in the main menu.
Thank you!
Regards
Matthias
Hey Mat,
Please try the following in Quick CSS under Enfold->General Styling:
.woocommerce-mini-cart__empty-message {
display: none;
}
Best regards,
Rikard
Hey,
thanks.
The message is gone but there ist still a little empty mouse over effect.
When you are inside the cart, there is completely nothing.
Is it possible to deactivate it completely?
Thanks
Mat
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.dropdown_widget_cart:has(.woocommerce-mini-cart__empty-message) {
display: none !important;
}
Please ensure to copy the code from the forum and not an email notification so the symbols are not converted.
After applying the css, please clear your browser cache and check.
Best regards,
Mike