Home Forums WoodMart support forum Hide cart subtotal Reply To: Hide cart subtotal

#602722

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,