I’m trying to change the field label text style (change font weight so it isn’t bold) but nothing I do in CSS seems to work. I can get it to change using the Inspect Developer tool in Chrome, but it isn’t working once I put the CSS in the styles.css file:
.gform_wrapper label.gfield_label, .gform_wrapper legend.gfield_label {
font-weight: 100;
}