Reply 318325 to: Customize payment buttons radio with css

Avatar: John Holden
John Holden
Support staff
February 24, 2022 at 13:49

Thank you for contacting us.
Please put these CSS codes into your theme:
WP Dashboard > Appearance > Customize > Custom CSS:

.cart-order-details input[type='radio']:after {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        top: -2px;
        left: -1px;
        position: relative;
        background-color: #ffffff;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #332d45;
    }
.cart-order-details input[type='radio']:checked:after {
        width: 15px;
        height: 15px;
        border-radius: 100%;
        top: -2px;
        left: -1px;
        position: relative;
        background-color:  #d31816;
        content: '';
        display: inline-block;
        visibility: visible;
        border: 2px solid #d31816;
    }

Please keep me posted.
Regards

Go To The Whole Conversation In Topic
We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.