Home Forums WoodMart support forum Hide Prices in Checkout

Hide Prices in Checkout

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

    GuillyUonka
    Participant

    I need the checkout prices (highlighted in red) to be hidden.

    (sorry my english)

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

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    tr.cart-subtotal, tr.order-total, tr.cart_item .product-total .amount {
        display: none !important;
    }

    Best Regards.

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