This topic has 6 replies, 2 voices, and was last updated 2 years, 3 months ago ago by Rose Tyler
Can you guess what this is?
https://i.imgur.com/0GHTKsR.png
Hello,
What version of Safari browser do you use? What exactly device?
Regards
iphone 13 pro on chrome browser
Hello,
Add the next code in Theme Options > Theme custom CSS:
#payment .payment_methods input[type=radio]:not(:only-child),
#shipping_method input[type=radio]:not(:only-child) {
position: absolute;
width: 0;
height: 0;
opacity: 0;
visibility: hidden;
}
#payment .payment_methods input[type=radio]:not(:only-child) + label:before,
#shipping_method input[type=radio]:not(:only-child) + label:before {
content: '';
width: 1rem;
height: 1rem;
display: inline-block;
border-radius: 50%;
box-shadow: 0px 0px 1px 1px #ccc;
margin-inline-end: 7px;
vertical-align: -1px;
}
#payment .payment_methods input[type=radio]:not(:only-child):checked + label:before,
#shipping_method input[type=radio]:not(:only-child):checked + label:before {
background: #000;
border: 4px solid #fff;
}
Regards
works perfect, thank you!
You’re welcome!
Regards
The issue related to '‘radio buttons look different on ios devices’' has been successfully resolved, and the topic is now closed for further responses