Form Heading CSS Selectors

Form Heading CSS Selectors

ContainerTitleDescription

Container
Contains the form title and description

example: the form heading section (div) – applies to all forms
1body .gform_wrapper .gform_heading { border: 1px solid red }

example: the form heading section (div) – applies just to form ID #1
1body #gform_wrapper_1 .gform_heading { border: 1px solid red }

Title

example: the form title (h3) – applies to all forms
1body .gform_wrapper .gform_heading .gform_title { color: red }

example: the form title (h3) – applies just to form ID #1
1body #gform_wrapper_1 .gform_heading .gform_title { color: red }

Description

example: the form description (span) – applies to all forms
1body .gform_wrapper .gform_heading .gform_description { border: 1px solid red }

example: the form description (span) – applies just to form ID #1
1body #gform_wrapper_1 .gform_heading .gform_description { border: 1px solid red }

发表回复

您的电子邮箱地址不会被公开。 必填项已用 * 标注