add_section( 'colors_header_heading', array( 'title' => __( 'Header Heading', 'businessdex' ), 'panel' => 'colors_options', ) ); ////// Header Heading - Index Colors businessdex_controller_info( 'colors_header_heading_index_view', 'colors_header_heading', __( 'Index view', 'businessdex' ), __( '
Applies to homepage/archives/paged templates.
', 'businessdex' ), '', 'bx-m-b' ); businessdex_controller_color_picker( 'colors_header_heading_index_bg', 'colors_header_heading', esc_html__( 'Background color', 'businessdex' ), esc_html__( 'In case no background image is set.', 'businessdex' ), '#232323' ); businessdex_controller_color_picker( 'colors_header_heading_index_text', 'colors_header_heading', esc_html__( 'Font color:', 'businessdex' ), '', '#ffffff' ); businessdex_controller_rgba_picker( 'colors_header_heading_index_text_shadow', 'colors_header_heading', esc_html__( 'Font shadow', 'businessdex' ), '', 'rgba(0,0,0,0.75)' ); businessdex_controller_rgba_picker( 'colors_header_heading_index_overlay_color', 'colors_header_heading', esc_html__( 'Overlay background color', 'businessdex' ), esc_html__( 'Make sure you use the opacity slider if you want to blend colors', 'businessdex' ), 'rgba(5,20,30,0.4)' ); businessdex_controller_rgba_picker( 'colors_header_heading_index_overlay_shadow', 'colors_header_heading', esc_html__( 'Overlay top shadow:', 'businessdex' ), esc_html__( 'Make sure you use the opacity slider if you want to blend colors', 'businessdex' ), 'rgba(0,0,0,0.75)' ); businessdex_controller_color_picker( 'colors_header_heading_index_links', 'colors_header_heading', esc_html__( 'Links color:', 'businessdex' ), esc_html__( 'If links are present, what color should they be.', 'businessdex' ), '#ffffff' ); ////// Header Heading - Page Colors businessdex_controller_info( 'colors_header_heading_page_view', 'colors_header_heading', __( 'Page view', 'businessdex' ), __( 'Applies to pages templates.
', 'businessdex' ), '', 'bx-m-b' ); businessdex_controller_color_picker( 'colors_header_heading_page_bg', 'colors_header_heading', esc_html__( 'Background color', 'businessdex' ), esc_html__( 'In case no background image is set.', 'businessdex' ), '#232323' ); businessdex_controller_color_picker( 'colors_header_heading_page_text', 'colors_header_heading', esc_html__( 'Font color:', 'businessdex' ), '', '#ffffff' ); businessdex_controller_rgba_picker( 'colors_header_heading_page_text_shadow', 'colors_header_heading', esc_html__( 'Font shadow', 'businessdex' ), '', 'rgba(0,0,0,0.75)' ); businessdex_controller_rgba_picker( 'colors_header_heading_page_overlay_color', 'colors_header_heading', esc_html__( 'Overlay background color', 'businessdex' ), esc_html__( 'Make sure you use the opacity slider if you want to blend colors', 'businessdex' ), 'rgba(5,20,30,0.4)' ); businessdex_controller_rgba_picker( 'colors_header_heading_page_overlay_shadow', 'colors_header_heading', esc_html__( 'Overlay top shadow:', 'businessdex' ), esc_html__( 'Make sure you use the opacity slider if you want to blend colors', 'businessdex' ), 'rgba(0,0,0,0.75)' ); businessdex_controller_color_picker( 'colors_header_heading_page_links', 'colors_header_heading', esc_html__( 'Links color:', 'businessdex' ), esc_html__( 'If links are present, what color should they be.', 'businessdex' ), '#ffffff' ); ////// Header Heading - Single Colors businessdex_controller_info( 'colors_header_heading_single_view', 'colors_header_heading', __( 'Single view', 'businessdex' ), __( 'Applies to post templates.
', 'businessdex' ), '', 'bx-m-b' ); businessdex_controller_color_picker( 'colors_header_heading_single_bg', 'colors_header_heading', esc_html__( 'Background color', 'businessdex' ), esc_html__( 'In case no background image is set.', 'businessdex' ), '#232323' ); businessdex_controller_color_picker( 'colors_header_heading_single_text', 'colors_header_heading', esc_html__( 'Font color:', 'businessdex' ), '', '#ffffff' ); businessdex_controller_rgba_picker( 'colors_header_heading_single_text_shadow', 'colors_header_heading', esc_html__( 'Font shadow', 'businessdex' ), '', 'rgba(0,0,0,0.75)' ); businessdex_controller_rgba_picker( 'colors_header_heading_single_overlay_color', 'colors_header_heading', esc_html__( 'Overlay background color', 'businessdex' ), esc_html__( 'Make sure you use the opacity slider if you want to blend colors', 'businessdex' ), 'rgba(5,20,30,0.4)' ); businessdex_controller_rgba_picker( 'colors_header_heading_single_overlay_shadow', 'colors_header_heading', esc_html__( 'Overlay top shadow:', 'businessdex' ), esc_html__( 'Make sure you use the opacity slider if you want to blend colors', 'businessdex' ), 'rgba(0,0,0,0.75)' ); businessdex_controller_color_picker( 'colors_header_heading_single_links', 'colors_header_heading', esc_html__( 'Links color:', 'businessdex' ), esc_html__( 'If links are present, what color should they be.', 'businessdex' ), '#ffffff' );