Home › Forums › WoodMart support forum › Hide cart subtotal › Reply To: Hide cart subtotal
October 5, 2024 at 12:33 pm
#602722

Aizaz Imtiaz Awan
Keymaster
Hello,
Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS
.cart_totals table tbody tr.cart-subtotal,
.woocommerce-cart-form__contents .product-subtotal{
display: none;
}
Regards,