Home Forums WoodMart support forum Hide cart subtotal

Hide cart subtotal

Viewing 8 posts - 1 through 8 (of 8 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.

    #602946

    Hello,

    Can you please share the page URL so I will check and give you a possible solution?

    Best Regards

    #602982

    2001kyb2
    Participant
    #603087

    Hello,

    Please add the below Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS

    .cart_totals .cart-subtotal {
    	display: none;
    }

    Best Regards

    #603210

    2001kyb2
    Participant

    It works, thanks

    #603295

    Most Welcome!!!.

    I’m so happy to hear you are pleased with the Theme and Support. XTEMOS strives to deliver the best customer experience, and it makes our day to hear we have accomplished that.

    We count ourselves lucky to have you as a customer. You can always reach us at any time. We are always here to help you.

    Thanks for contacting us.
    Have a great day.

    Topic Closed.
    Best Regards.

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

The topic ‘Hide cart subtotal’ is closed to new replies.