Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1483968

    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

    #1483971

    Hey Mat,

    Please try the following in Quick CSS under Enfold->General Styling:

    .woocommerce-mini-cart__empty-message {
      display: none; 
    }

    Best regards,
    Rikard

    #1484014

    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

    #1484016

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.