I can't seem to style the section titles in my form. I would like one of the section titles (starts with: items marked with an asterisk...) font color to be red. And the other section titles to be green. Also, is it possible to put a different background to each section? I'm presuming this would be yes if I could get the id correct but not sure which id it would be.
I looked at your documentation and the forums and tried:
body .gform_wrapper .gform_body .gform_fields #field_3_18.gsection .gsection_title {
color: red;
}
to get the one specific section title to change but it's not working for some reason. I was able to style other parts of the form (form header and submit button) using the CSS I got from the madlibstyle tutorial. I used this tutorial to design another form on my site and it worked fine.
thanks for your help
p.s. I also tried !important but that didn't make a difference