Home Forums WoodMart support forum Cart Subtotal

Cart Subtotal

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

    nexoraretail
    Participant

    Hi I wanted to remove the Cart Subtotal in the Cart Table element on the cart page. I have attached the image on what exactly i want to remove.
    if Possible please give the code to do this.

    Attachments:
    You must be logged in to view attached files.
    #565166

    Hello,

    Please add below Custom CSS code to Theme Settings > Custom CSS > Global custom CSS:

    .woocommerce table.cart td:nth-of-type(6), .woocommerce table.cart th:nth-of-type(6), .shopping-cart-widget-footer .woocommerce-mini-cart__total {
    display: none;
    }

    Best Regards.

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