Hi, I'm sorry to create another post about this (other one was closed):
I can't seem to get rid of the border around the datepicker icons on these forms: under "pick up at clinic" and after clicking "yes" for having appointment.
Trying to target it with this
body .gform_wrapper .gform_body .gform_fields .gfield .gfield_input_datepicker_icon {
border: 0 !important;
padding: 0 !important; }
to no avail. Thanks for any help!