Site logo

Archived topic

WooCommerce remove amount and quantity from navigation menu beside cart

3 replies · Started by Dominique on March 19, 2021

Viewing posts 1–4 of 4

Hi,

How can I remove the WooCommerce amount and quantity beside the cart logo in navigation bar?

Please advise

Hi there,

You could try this CSS:

.menu-bar-item .cart-contents .number-of-items, .menu-bar-item .cart-contents .amount {
    display: none;
}

Thanks

No problem :)

This archived topic is closed to new replies.