'text', 'settings' => 'global_blog_title', 'label' => esc_html__( 'Custom Blog Title','blogbit'), 'section' => 'banner_section_id', ] ); new \Kirki\Field\Checkbox_Switch( [ 'type' => 'switch', 'settings' => 'show_breadcrumb', 'label' => esc_html__( 'Show Page Breadcrumb','blogbit'), 'section' => 'banner_section_id', 'default' => '1', 'priority' => 10, 'choices' => [ 'on' => esc_html__( 'Yes','blogbit'), 'off' => esc_html__( 'No','blogbit'), ], ] ); new \Kirki\Field\Color([ 'type' => 'color', 'settings' => 'banner_bg_color', 'label' => esc_html__( 'Banner background Color','blogbit'), 'section' => 'banner_section_id', ] ); new \Kirki\Field\Color( [ 'type' => 'color', 'settings' => 'banner_title_color', 'label' => esc_html__( 'Banner Title Color','blogbit'), 'section' => 'banner_section_id', ] ); new \Kirki\Field\Color([ 'type' => 'color', 'settings' => 'breadcrumb_text_color', 'label' => esc_html__( 'Breadcrumb Text Color','blogbit'), 'section' => 'banner_section_id', ] ); new \Kirki\Field\Image([ 'type' => 'image', 'settings' => 'banner_bg_image', 'label' => esc_html__( 'Banner Image ','blogbit'), 'description' => esc_html__( 'Upload Banner Image.','blogbit'), 'section' => 'banner_section_id', 'default' => '', ] ); new \Kirki\Field\Color([ 'type' => 'color', 'settings' => 'banner_page_overlay_color', 'label' => esc_html__( 'Banner Image Overlay Color','blogbit'), 'section' => 'banner_section_id', 'transport' => 'auto', ] ); new \Kirki\Field\Dimensions( [ 'type' => 'dimensions', 'settings' => 'banner_padding', 'label' => esc_html__( 'Banner padding','blogbit'), 'description' => esc_html__( 'Type padding in with px.','blogbit'), 'section' => 'banner_section_id', 'default' => [ 'padding-top' =>'', 'padding-bottom' => '', ], ] );