add_section( 'colors_headings', array( 'title' => __( 'Headings', 'businessdex' ), 'panel' => 'colors_options', ) ); ////// Headings Colors businessdex_controller_color_picker( 'colors_headings_base', 'colors_headings', esc_html__( 'Base color:', 'businessdex' ), '', '#232323' ); businessdex_controller_color_picker( 'colors_headings_default', 'colors_headings', esc_html__( 'Links state:', 'businessdex' ), '', '#000000' ); businessdex_controller_color_picker( 'colors_headings_other', 'colors_headings', esc_html__( 'Hover/Active/Focus state:', 'businessdex' ), '', '#444444' );