@david You call radiobutton as radial button I guess ? Its called radio button in internet literature.
Yes, you can add a css style on your theme so that this hides the radiobuttons.
Add this on > Appereance > themes > your theme > theme editor
.checkbox input[type="checkbox"] {
opacity: 0;
}
-
This reply was modified 4 years, 4 months ago by castex.