Home › Forums › WoodMart support forum › Edit checkout page › Reply To: Edit checkout page
January 13, 2021 at 10:25 am
#257971
Aizaz Imtiaz Awan
Keymaster
Hello,
I saw the screenshot you attached.
1) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.wc_payment_methods.payment_methods.methods {
display: none;
}
2) And for the lines try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
table.shop_table th, tr.cart_item td, tr.cart-subtotal td, tr.woocommerce-shipping-totals.shipping td, .woocommerce-terms-and-conditions-wrapper {
border: none;
}
Regards.
Xtemos Studios.