Home › Forums › WoodMart support forum › Payment method radio button disappears when there's only one payment method › Reply To: Payment method radio button disappears when there's only one payment method
November 28, 2019 at 7:20 am
#159555
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
[name="payment_method"] {
display: none!important;
}