add_section( 'colors_body', array( 'title' => __( 'Body', 'businessdex' ), 'panel' => 'colors_options', ) ); ////// Body Colors businessdex_controller_color_picker( 'colors_body_background', 'colors_body', esc_html__( 'Background color:', 'businessdex' ), '', '#ffffff' ); businessdex_controller_color_picker( 'colors_body_font', 'colors_body', esc_html__( 'Font color:', 'businessdex' ), '', '#414141' ); businessdex_controller_color_picker( 'colors_body_border', 'colors_body', esc_html__( 'Border color:', 'businessdex' ), esc_html__( 'Border color for widgets title is located in "Sidebars"', 'businessdex' ), '#e1e1e1' ); businessdex_controller_color_picker( 'colors_body_999', 'colors_body', esc_html__( '#999 color:', 'businessdex' ), esc_html__( 'It applies to some elements: blockquote cite/small, captions...', 'businessdex' ), '#e1e1e1' );