I'd like the form field labels to inherit style from my h3 tag. Not knowing how to do this, I copied the following code from your docs, changed the color from red to hex, and inserted it into my style sheet:
.gform_wrapper .gform_body .gform_fields .gfield .gfield_label {color: AEF61D}
Unfortunately, nothing happened. Field label still black.
Can you tell me how to make this work?