Remove Dollar Value from Cart
-
We are trying to remove the Dollar Value (Monetary Value in Cart) from being displayed. We would like for the cart to only display how many items are in the Cart but we do not want to display the total dollar value for items in Cart. Can that be done?
We are currently using a theme that does not display the cart dollar value but we need to do this with the new Basel Theme we would like to implement.
Hello,
Thank you very much for choosing our theme and for contacting us.
Please add this code to the Theme Settings > Custom CSS > Global:
body.woocommerce-cart .woocommerce .shop_table td.product-subtotal,
body.woocommerce-cart .woocommerce .shop_table th.product-subtotal {
display:none!important;
}
Best Regards