add_section( 'colors_footer', array( 'title' => __( 'Footer', 'businessdex' ), 'panel' => 'colors_options', ) ); ////// Footer colors - general businessdex_controller_info( 'colors_footer_general_info', 'colors_footer', __( 'General options', 'businessdex' ), '', '', 'bx-m-b' ); businessdex_controller_color_picker( 'colors_footer_background_color', 'colors_footer', esc_html__( 'Background color:', 'businessdex' ), '', '#333333' ); businessdex_controller_color_picker( 'colors_footer_color', 'colors_footer', esc_html__( 'Text color:', 'businessdex' ), '', '#999999' ); businessdex_controller_color_picker( 'colors_footer_links_headings', 'colors_footer', esc_html__( 'Headings and links:', 'businessdex' ), '', '#ffffff' ); businessdex_controller_color_picker( 'colors_footer_links_hover', 'colors_footer', esc_html__( 'Links hover state:', 'businessdex' ), '', '#ffffff' ); businessdex_controller_color_picker( 'colors_footer_borders', 'colors_footer', esc_html__( 'Border color:', 'businessdex' ), '', '#595959' ); businessdex_controller_color_picker( 'colors_footer_widget_2nd', 'colors_footer', esc_html__( 'Widget title - 2nd color:', 'businessdex' ), '', '#76bc1c' ); ////// Footer colors - inputs, textarea, select businessdex_controller_info( 'colors_footer_form_info', 'colors_footer', __( 'Forms elemenets', 'businessdex' ), __( '

Like inputs, textarea, selects, buttons.

', 'businessdex' ), '', 'bx-m-b' ); businessdex_controller_color_picker( 'colors_footer_form_bg', 'colors_footer', esc_html__( 'Background color:', 'businessdex' ), '', '#444444' ); businessdex_controller_color_picker( 'colors_footer_form_border', 'colors_footer', esc_html__( 'Border color:', 'businessdex' ), '', '#666666' ); businessdex_controller_color_picker( 'colors_footer_form_text', 'colors_footer', esc_html__( 'Font color:', 'businessdex' ), '', '#e1e1e1' ); businessdex_controller_color_picker( 'colors_footer_form_bg_focus', 'colors_footer', esc_html__( 'Background color - focus:', 'businessdex' ), '', '#545454' ); businessdex_controller_color_picker( 'colors_footer_form_border_focus', 'colors_footer', esc_html__( 'Border color - focus:', 'businessdex' ), '', '#76bc1c' ); businessdex_controller_color_picker( 'colors_footer_form_placeholder', 'colors_footer', esc_html__( 'Text placeholder color:', 'businessdex' ), '', '#bfbfbf' ); ////// Footer colors - buttons businessdex_controller_info( 'colors_footer_buttons_info', 'colors_footer', __( 'Buttons', 'businessdex' ), '', '', 'bx-m-b' ); businessdex_controller_color_picker( 'colors_footer_buttons_bg', 'colors_footer', esc_html__( 'Background color:', 'businessdex' ), '', '#76bc1c' ); businessdex_controller_color_picker( 'colors_footer_buttons_bg_hover', 'colors_footer', esc_html__( 'Hover background color:', 'businessdex' ), '', '#82cf1f' ); businessdex_controller_color_picker( 'colors_footer_buttons_bg_other', 'colors_footer', esc_html__( 'Focus/Active background color:', 'businessdex' ), '', '#69a619' );