remove total from sidecart
I allready removed total from the cart page:
/* Order Total */
.woocommerce-checkout-review-order-table .order-total { display: none !important; }
And also need this on the side cart. Can you help?
I allready removed total from the cart page:
/* Order Total */
.woocommerce-checkout-review-order-table .order-total { display: none !important; }
And also need this on the side cart. Can you help?
Comments
Sorry, found it:
.mfn-chft-row.mfn-chft-total { display: none !important; }
It works or do I need to fine tune it?
Hi,
I cannot add a product to the cart on your website, so I could not check that, but the code you used looks correctly and should work.
Best regards
Thanks Phil, expanded a bit more. Here it is, maybe for someone else too.
/* Order Total */
.woocommerce-checkout-review-order-table .order-total { display: none !important; }
.mfn-chft-row.mfn-chft-total { display: none !important; }
.order-total { display: none !important; }