how to hide bottom cart widget on mobile?
-
I tried to used the following custom CSS to hide the bottom popup cart after a product is added to cart.
.wcpt-cart-widget {
display:none !important;
}
The code works on desktop but not working on mobile. It only hide the widget on desktop but not mobile.The popup cart is blocking my bottom nav bar.
for the add to cart button, if there is “-” that is remove 1 item from cart that would be nice.
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘how to hide bottom cart widget on mobile?’ is closed to new replies.