add_section( 'colors_inputs', array( 'title' => __( 'Input Fields', 'businessdex' ), 'panel' => 'colors_options', ) ); ////// Inputs Colors businessdex_controller_color_picker( 'colors_inputs_placeholder', 'colors_inputs', esc_html__( 'Placeholder color:', 'businessdex' ), '', '#bfbfbf' ); businessdex_controller_color_picker( 'colors_inputs_border_bottom', 'colors_inputs', esc_html__( 'Inputs - border bottom:', 'businessdex' ), '', '#d8d8d8' ); businessdex_controller_color_picker( 'colors_inputs_background', 'colors_inputs', esc_html__( 'Inputs - background:', 'businessdex' ), '', '#f4f4f4' ); businessdex_controller_color_picker( 'colors_inputs_color', 'colors_inputs', esc_html__( 'Inputs - font color:', 'businessdex' ), '', '#666666' ); businessdex_controller_color_picker( 'colors_inputs_f_border_bottom', 'colors_inputs', esc_html__( 'Inputs:focus - border bottom:', 'businessdex' ), '', '#76bc1c' ); businessdex_controller_color_picker( 'colors_inputs_f_background', 'colors_inputs', esc_html__( 'Inputs:focus - background:', 'businessdex' ), '', '#fcfcfc' );