Hey everyone,
I am looking to style the form fields outside of the default styling options given in the right panel in the unbounce editor. Specifically, I want to put a border bottom and have no fill (so that the form field is just an underline). I have tried targetting the field with this code:
#first_name.ub-input-item.single-text.form_elem_first_name
{
background: rgba(0,0,0,0);
border-bottom: 2px solid white;
}
It does not seem to be working. Could someone let me know if they have successfully formatted form fields and how they did it?
Thanks in advance!!!