Home Forums WoodMart support forum remove subtotal from cart sidebar

remove subtotal from cart sidebar

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

    opticienvp
    Participant

    Hi, i would like to remove the subtotal div in the cart sidebar. i would not like to show the total price. how can i do it?
    Thanks

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

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS area under Theme Settings >> Custom CSS.

    .woocommerce-mini-cart__total.total {
    display: none;
    }

    Best Regards.

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