Post Excerpt CSS Selectors

Post Excerpt CSS Selectors

ContainerInput

Container
example: post excerpt container (div) – applies to all forms
1body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_post_excerpt {border: 1px solid red;}
example: post excerpt container (div) – applies just to form ID #1
1body .gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container_post_excerpt {border: 1px solid red;}
example: post excerpt container (div) – applies just to specific container (based on the unique parent element ID – replace 「XX_X」 with your actual element ID)
1body .gform_wrapper_1 .gform_body .gform_fields #field_XX_X.gfield .ginput_container_post_excerpt {border: 1px solid red;}
Input
example: post excerpt input (input) – applies to all forms
1body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_post_excerpt input {border: 1px solid red;}
example: post excerpt input (input) – applies just to form ID #1
1body .gform_wrapper_1 .gform_body .gform_fields .gfield .ginput_container_post_excerpt input {border: 1px solid red;}
example: post excerpt input (input) – applies just to specific container (based on the unique parent element ID – replace 「XX_X」 with your actual element ID)
1body .gform_wrapper_1 .gform_body .gform_fields #field_XX_X.gfield .ginput_container_post_excerpt input {border: 1px solid red;}

发表回复

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