Home › Forums › WoodMart support forum › Checkout page › Reply To: Checkout page
January 10, 2022 at 1:21 pm
#344360
Aizaz Imtiaz Awan
Keymaster
Hello,
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
ul.wc_payment_methods.payment_methods.methods {
display: block !important;
}
li.wc_payment_method.payment_method_cod input {
display: inline-block !important;
}
Best Regards