Archived topic
Mini Cart Dropdown even if No Products
1 reply · Started by antware on August 8, 2022
Viewing posts 1–2 of 2
Good day how can I display the Mini Cart Dropdown even if it has no Products in the cart, which is the default WooCommerce behaviour for the mini-cart.
Hi there,
try adding this CSS:
.wc-menu-cart-activated .wc-menu-item:not(.has-items) .wc-mini-cart {
display: initial;
}
This archived topic is closed to new replies.