I have a specific field where I have a drop down box. I want the field label gone and the box wider to fill the space. I can't figure out how to use css to edit a specific field. Using firebug, I am able to find the field I want to edit (for example label class="gfield_label" for="input_1_2").
I have been able to add css to gfield_label to remove all labels using http://www.gravityhelp.com/forums/topic/customization, but I don't want to remove all labels. Just the field label of that specific field. And widen that specific drop down box.
Can someone give me example css to customize inputs?