Container
Wraps the section break elements inside the containing list item
- example: section break container (li) – applies to all forms
body .gform_wrapper .gform_body .gform_fields .gsection {border: 1px solid red}
body #gform_wrapper_1 .gform_body .gform_fields .gsection {border: 1px solid red}
body .gform_wrapper .gform_body .gform_fields #field_XX_X.gsection {border: 1px solid red}
Title
- example: section break title (h2) – applies to all forms
body .gform_wrapper .gform_body .gform_fields .gsection .gsection_title {color: red}
body #gform_wrapper_1 .gform_body .gform_fields .gsection .gsection_title {color: red}
body .gform_wrapper .gform_body .gform_fields #field_XX_X.gsection .gsection_title {color: red}
Description
- example: section break description (div) – applies to all forms
body .gform_wrapper .gform_body .gform_fields .gsection .gsection_description {border: 1px solid red}
body #gform_wrapper_1 .gform_body .gform_fields .gsection .gsection_description {border: 1px solid red}
body .gform_wrapper .gform_body .gform_fields #field_XX_X.gsection .gsection_description {border: 1px solid red}