✏️ 正在编辑: select2-font.html
路径:
/home/ubuntu/plugins-bkp-26012025/forminator/assets/js/front/templates/form/basic/select2-font.html
提示:
您可以编辑任何文件(包括二进制文件),但请注意不当修改可能导致文件损坏。
<?php if ( forminator_array_value_exists( $properties, 'basic-form-font-family' ) ) { ?> .forminator-ui#forminator-module-<?php echo $properties['form_id'] ?>.forminator-design--<?php echo $theme; ?> select.forminator-select2 + .forminator-select .selection .select2-selection--single[role="combobox"] .select2-selection__rendered, .forminator-ui#forminator-module-<?php echo $properties['form_id'] ?>.forminator-design--<?php echo $theme; ?> select { <?php if ( forminator_array_value_exists( $properties, 'basic-cform-select-font-size' ) ) { ?> font-size: <?php echo $properties['basic-cform-select-font-size'] ?>px; <?php } ?> <?php if ( forminator_array_value_exists( $properties, 'basic-cform-select-font-family' ) ) { ?> <?php if ( $properties['basic-cform-select-font-family'] != 'custom' && !empty( $properties['basic-cform-select-font-family'] ) ) { ?> font-family: <?php echo $properties['basic-cform-select-font-family'] ?>; <?php } else if ( $properties['basic-cform-select-font-family'] == 'custom' && !empty( $properties['basic-cform-select-custom-family'] ) ) { ?> font-family: <?php echo $properties['basic-cform-select-custom-family'] ?>; <?php } ?> <?php } ?> <?php if ( forminator_array_value_exists( $properties, 'basic-cform-select-font-weight' ) ) { ?> <?php forminator_echo_font_weight( $properties, 'basic-cform-select-font-weight' ); ?> <?php } ?> } <?php } ?>
💾 保存文件
← 返回文件管理器