Home / Forums / WoodMart support forum / HIDE TOTAL AND SUBTOTAL ON CHECKOUT PAGE
Home › Forums › WoodMart support forum › HIDE TOTAL AND SUBTOTAL ON CHECKOUT PAGE
HIDE TOTAL AND SUBTOTAL ON CHECKOUT PAGE
- This topic has 3 replies, 2 voices, and was last updated 11 months ago by
Bogdan Donovan.
Viewing 4 posts - 1 through 4 (of 4 total)
-
AuthorPosts
-
November 28, 2024 at 9:39 pm #617330
constantinos.rokkosParticipantI 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.November 29, 2024 at 10:12 am #617457
Bogdan DonovanKeymasterHi,
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
December 9, 2024 at 12:19 am #620586
constantinos.rokkosParticipantHello 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.December 9, 2024 at 11:12 am #620673
Bogdan DonovanKeymasterTry 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
-
AuthorPosts
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to create new topics. Login / Register