Form Wrapper CSS Selectors (Legacy)

Note: These selectors apply only to the Gravity Forms 2.5 theme.

Contains the entire Gravity Form

  • example: the main form wrapper (div) – applies to all forms
    body .gform_wrapper { border: 1px solid red }
  • example: the main form wrapper (div) – applies just to form ID

body #gform_wrapper_1 { border: 1px solid red }