Remove: Subtotal from shopping cart popup
-
Hello,
We have changed a lot of things to use the regular shopping cart as a quote request form. This is all working properly. However when you open “the shopping basket” we now call it our quote list. You see at the bottom the text: SUBTOTAL: We can change this text using loco translate. However we would like to remove it entirely. Please see the attached screenshot.
Thank you!
Attachments:
You must be
logged in to view attached files.
Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .cart-widget-side .woocommerce-mini-cart__total {
display:none;
}
Best Regards