Hi there,
Wondering if it's possible to add a CSS class to just the form title or form heading.
To clarify, I do know how to target the title and/or header using a selector like:
h3.gform_title {css here}
and put that in my own style.css. But can I add an existing class in the same way that I can for the whole form, or how I can with individual form elements?
I'm using a jQueryUI theme with defined classes and I'd like to add some of those classes to the form to style it. (For example, I'd like to add classes to the h3 title like "ui-accordion-header ui-helper-reset ui-state-active ui-corner-top" and style using that framework).
Looks like I can add classes to just about everything else, except the title. Am I missing something obvious? Thanks!