Hi there,
This thread mentions a way to hide the WooCommerce cart:
https://kriesi.at/support/topic/display-title-in-specific-page/
But the solution involves UberMenu, a plugin I really don’t need.
What’s the CSS to hide the cart icon? I want to hide it both on desktop and mobile.
Thanks!
Hey AJDesignCo!
please use this:
#top .cart_dropdown {
display: none;
}
Cheers!
Andy