| @@ -9,9 +9,9 @@ | ||
| 9 | 9 | </p> |
| 10 | 10 | |
| 11 | 11 | <p class="frm6 frm_end frm_form_field"> |
| 12 | 12 | <label><?php esc_html_e( 'Color', 'formidable' ); ?></label> |
| 13 | - <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'form_desc_color' ) ); ?>" id="frm_form_desc_color" class="hex" value="<?php echo esc_attr( $style->post_content['form_desc_color'] ); ?>" <?php do_action( 'frm_style_settings_input_atts', 'form_desc_color' ); ?> /> | |
| 13 | + <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'form_desc_color' ) ); ?>" id="frm_form_desc_color" class="hex" value="<?php echo esc_attr( $style->post_content['form_desc_color'] ); ?>" /> | |
| 14 | 14 | </p> |
| 15 | 15 | <p class="frm6 frm_first frm_form_field"> |
| 16 | 16 | <label><?php esc_html_e( 'Margin Top', 'formidable' ); ?></label> |
| 17 | 17 | <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'form_desc_margin_top' ) ); ?>" id="frm_form_desc_margin_top" value="<?php echo esc_attr( $style->post_content['form_desc_margin_top'] ); ?>" size="4" /> |
| @@ -18,9 +18,5 @@ | ||
| 18 | 18 | </p> |
| 19 | 19 | <p class="frm6 frm_form_field"> |
| 20 | 20 | <label><?php esc_html_e( 'Margin Bottom', 'formidable' ); ?></label> |
| 21 | 21 | <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'form_desc_margin_bottom' ) ); ?>" id="frm_form_desc_margin_bottom" value="<?php echo esc_attr( $style->post_content['form_desc_margin_bottom'] ); ?>" size="4" /> |
| 22 | -</p> | |
| 23 | -<p class="frm6 frm_first frm_form_field"> | |
| 24 | - <label><?php esc_html_e( 'Padding', 'formidable' ); ?></label> | |
| 25 | - <input type="text" name="<?php echo esc_attr( $frm_style->get_field_name( 'form_desc_padding' ) ); ?>" id="frm_form_desc_padding" value="<?php echo esc_attr( $style->post_content['form_desc_padding'] ); ?>" /> | |
| 26 | 22 | </p> |