Good Morning,
I am attempting to hide the radio buttons in the fields of my gravity form using the css for the page. Here is the code:
.hideradio input[type=“radio”]{display:none;}
body .gform_wrapper ul.gfield_radio li input[type=“radio”]:checked+label img{border:solid #000 1px;}
I know that I am targeting the fields, however the input and body tages are greyed out and not effecting the form field. Am I missing something?
Thanks in advance.
