Hi
I am wondering how I can hide the labels of radio buttons. I have tried targeting it with the code below
body .gform_wrapper .gform_body .gform_fields #field_4_7.gfield .gfield_radio label {display: none;}
Which targets all the labels if I change the colour but when I add display:none it only shows one button.
Many Thanks
Serendipity