Reply 318341 to: Customize payment buttons radio with css

Avatar: Fab
Fab
Participant
February 24, 2022 at 15:24

Hi John
Thanks for the code but after putting it in the Custom CSS it doesn’t work.

/*Checkout radio buttons*/

.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;
}

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.