To disable to automatic bold setting on Gravity Forms field titles, add this CSS code to your WordPress theme:


body .gform_wrapper .gfield_label {

    font-weight: normal !important;

}