Home Forums Basel support forum Remove Dollar Value from Cart

Remove Dollar Value from Cart

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #166593

    jjaimes
    Participant

    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.

    #166605

    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

Viewing 2 posts - 1 through 2 (of 2 total)