Home › Forums › Space themes support forum › secondary menu size › Reply To: secondary menu size
November 29, 2021 at 10:58 am
#335411
Luke Nielsen
Keymaster
Hello,
You can hide subtotal prices using this custom CSS code in Theme Settings -> Custom CSS -> enter the code to the “Global Custom CSS” field.
.checkout-order-review .cart-subtotal,
.cart-widget-side .woocommerce-mini-cart__total,
.cart-totals-section .cart-subtotal {
display: none;
}
Kind Regards