Home Forums WoodMart support forum Hide cart subtotal

Hide cart subtotal

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #602586

    2001kyb2
    Participant

    I want to hide cart subtotal. Cant’t find that code on google, can you help me please?

    Attachments:
    You must be logged in to view attached files.
    #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,

    #602848

    2001kyb2
    Participant

    But it also hides the subtotal of an individual product.

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