Hi deividas15,
Thanks for reaching to us.
Please add the following Custom CSS code to Theme Settings > Custom CSS > Global Custom CSS:
input[type=radio],
input[type=checkbox]{
appearance: none;
width: 13px;
height: 13px;
background-clip: content-box;
border: 2px solid rgba(255,121,1);
background-color: rgba(255,252,229,1);
}
input[type=radio]{
border-radius: 50%;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked{
padding: 1px;
background-color: rgba(255,121,1);
border-color: rgba(255,121,1);
}
Regards,