This topic has 7 replies, 2 voices, and was last updated 2 years, 8 months ago ago by mariangio
Hi. I would like to hide the subtotal in the mini cart off canvas display. Could you please tell me how to do so?
Thank
Marianna
Hello,
Try to use the next custom CSS code:
.et-off-canvas .cart-popup-footer .total {
display: none;
}
Regards
Thanks. I have added on the CSS and when I am on customise, I cannot see the subtotal. But when we are outside (in a incognito page and caches delete), I can still the total.
Can you still see the total on the mini-cart?
Thanks
Thanks. I have added !important but still showing. Can you help? Thanks
The code was added incorrectly – https://prnt.sc/MHWDyTF2K98V
Please check
.et-off-canvas .cart-popup-footer .total {
display: none !important;
}
Regards
Sorry. It was my mistake. Thanks for your help. All good now.
Tagged: hide, mini-cart, off canvas, subtotal, themes, woocommerce, wordpress
The issue related to '‘How can I hide the subtotal in the mini cart off canvas display’' has been successfully resolved, and the topic is now closed for further responses