'image', 'settings' => 'footer_logo', 'label' => esc_html__( 'Footer Logo ','blogbit'), 'section' => 'footer_section_id', 'default' => '', 'choices' => [ 'alpha' => true, ], ] ); new \Kirki\Field\Checkbox_Switch([ 'type' => 'switch', 'settings' => 'show_footer_top', 'label' => esc_html__( 'SHow Footer Top','blogbit'), 'section' => 'footer_section_id', 'default' => '1', 'priority' => 10, 'choices' => [ 'on' => esc_html__( 'Yes','blogbit'), 'off' => esc_html__( 'No','blogbit'), ], ] ); new \Kirki\Field\Checkbox_Switch([ 'type' => 'switch', 'settings' => 'back_to_top', 'label' => esc_html__( 'Show back Top','blogbit'), 'section' => 'footer_section_id', 'default' => '1', 'priority' => 10, 'choices' => [ 'on' => esc_html__( 'Yes','blogbit'), 'off' => esc_html__( 'No','blogbit'), ], ] ); Kirki::add_field( 'db_theme_config_id', [ 'type' => 'textarea', 'settings' => 'copyright', 'label' => esc_html__( 'Copyright Text','blogbit'), 'section' => 'footer_section_id', 'default' => esc_html__( '© Copyright blogbit All rights reserved.Crafted by pxelcode','blogbit'), 'priority' => 10, ] ); Kirki::add_field( 'db_theme_config_id', [ 'type' => 'color', 'settings' => 'footer_bg_color', 'label' => esc_html__( 'Footer Background Color','blogbit'), 'section' => 'footer_section_id', 'choices' => [ 'alpha' => true, ], 'priority' => 10, ] ); new \Kirki\Field\Color([ 'type' => 'color', 'settings' => 'footer_title_color', 'label' => esc_html__( 'Footer Title Color','blogbit'), 'section' => 'footer_section_id', 'choices' => [ 'alpha' => true, ], 'priority' => 10, ] ); new \Kirki\Field\Color( [ 'type' => 'color', 'settings' => 'footer_text_color', 'label' => esc_html__( 'Foote Text Color','blogbit'), 'section' => 'footer_section_id', 'choices' => [ 'alpha' => true, ], 'priority' => 10, ] ); new \Kirki\Field\Color( [ 'type' => 'color', 'settings' => 'footer_text_link_color', 'label' => esc_html__( 'Footer Link Color','blogbit'), 'section' => 'footer_section_id', 'choices' => [ 'alpha' => true, ], 'priority' => 10, ] ); new \Kirki\Field\Color( [ 'type' => 'color', 'settings' => 'footer_link_hover_color', 'label' => esc_html__( 'Link Hover Color','blogbit'), 'section' => 'footer_section_id', 'choices' => [ 'alpha' => true, ], 'priority' => 10, ] ); new \Kirki\Field\Dimensions([ 'type' => 'dimensions', 'settings' => 'footer_padding', 'label' => esc_html__( 'Footer Top Padding','blogbit'), 'section' => 'footer_section_id', 'priority' => 10, 'description' => esc_html__( 'Type padding in with px.','blogbit'), 'default' => [ 'padding-top' => '', 'padding-bottom' => '', ], ] );