HIDE TOTAL AND SUBTOTAL ON CHECKOUT PAGE
-
I want to hide the total and subtotal on the checkout page. Can you provide the custom css. See photo attached
Attachments:
You must be
logged in to view attached files.
Hi,
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.woocommerce-checkout-review-order-table tfoot {
display: none;
}
body .checkout-order-review>.woocommerce-checkout-review-order .wd-table-wrapper {
padding-bottom: 25px;
}
Kind Regards
Hello i want to also hide on these places the subtotal also please see the images attached. thanks in advance
Attachments:
You must be
logged in to view attached files.
Try to add the following code snippet to the Custom CSS area in Theme Settings.
.shop_table .product-total,
.shopping-cart-widget-footer .woocommerce-mini-cart__total {
display: none;
}
Kind Regards