TIME FIELD SELECTORS ONLY.
How do I remove the time selectors from the time field for both hours and minutes?
Is this possible with CSS? I tried below - but none of these variations work.
.gfield_time_minute.ginput_container.ginput_container_time select {display: none;}
body .gform_wrapper .gform_body .gform_fields .gfield_time_minute.ginput_container.ginput_container_time select {display: none;}
body .gform_wrapper .gform_body .gform_fields .gfield input[type=number] select {display: none;}
Time Field CSS Selectors - Gravity Forms Documentation was helpful, but not. Since it was styling the overall TIME field container and not the selectors.
No other docs, support or otherwise, reference the selectors for the TIME field
If this can’t be done with css, which file (and line(s) ) in my host file manager do I need to edit?
I’m not a developer, nor do I know PHP - just saying. But I am confident enough to make edits to .php files if put on the right track.
My form has legacy mark-up (though I did create a form with the latest version of gravity and still wasn’t able to target the selectors using the developer window)
Any assistance with this would be appreciated.