Css input not working

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.

Hi Stephanie,

I checked the page of your site and you seem to have added the class name incorrectly:

It should just be the class name without the quotes. Also, I noticed that the fields with the class name already has an inline style. So when you correct the class names, it will be not necessary to add the inline styles.

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.