| @@ -169,9 +169,9 @@ | ||
| 169 | 169 | 'frm_center_form', |
| 170 | 170 | $frm_style->get_field_name( 'center_form' ), |
| 171 | 171 | array( |
| 172 | 172 | 'div_class' => 'with_frm_style frm_toggle', |
| 173 | - 'checked' => ! empty( $style->post_content['center_form'] ), | |
| 173 | + 'checked' => ! empty( $style->post_content['important_style'] ), | |
| 174 | 174 | 'echo' => true, |
| 175 | 175 | 'aria-label-attr' => __( 'Center Form', 'formidable' ), |
| 176 | 176 | ) |
| 177 | 177 | ); |
| @@ -184,8 +184,8 @@ | ||
| 184 | 184 | </div> |
| 185 | 185 | <div class="frm7 frm_form_field frm-style-component"> |
| 186 | 186 | <label class="frm-copy-text">.frm_style_<?php |
| 187 | 187 | echo esc_html( $style->post_name ); |
| 188 | - FrmAppHelper::icon_by_class( 'frmfont frm-copy-icon' ); | |
| 188 | + FrmAppHelper::icon_by_class( 'frm_icon_font frm-copy-icon' ); | |
| 189 | 189 | ?> |
| 190 | 190 | </label> |
| 191 | 191 | </div> |