Home Forums WoodMart support forum Checkout page Reply To: Checkout page

#344360

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