Home Forums WoodMart support forum HIDE TOTAL AND SUBTOTAL ON CHECKOUT PAGE

HIDE TOTAL AND SUBTOTAL ON CHECKOUT PAGE

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #617330

    constantinos.rokkos
    Participant

    I want to hide the total and subtotal on the checkout page. Can you provide the custom css. See photo attached

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

    Bogdan Donovan
    Keymaster

    Hi,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .woocommerce-checkout-review-order-table tfoot {
    	display: none;
    }
    
    body .checkout-order-review>.woocommerce-checkout-review-order .wd-table-wrapper {
    	padding-bottom: 25px;
    }

    Kind Regards

    #620586

    constantinos.rokkos
    Participant

    Hello i want to also hide on these places the subtotal also please see the images attached. thanks in advance

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

    Bogdan Donovan
    Keymaster

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .shop_table .product-total,
    .shopping-cart-widget-footer .woocommerce-mini-cart__total {
    	display: none;
    }

    Kind Regards

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