How i can stylish form labels?
How i can stylish form labels?
The labels all have a class name so you can easily target them for styling.
body .gform_wrapper label.gfield_label {color:#f00}
You can refer back to the CSS Guide to help you understand how the forms are structured and what classes are available.