'image', 'settings' => 'header_logo', 'label' => esc_html__( 'Header Logo ','blogbit'), 'section' => 'general_section_id', 'default' => '', ] ); new \Kirki\Field\Color( [ 'type' => 'color', 'settings' => 'primary_color', 'label' => __( 'Primary Color','blogbit'), 'description' => __( 'Site Primary Color','blogbit'), 'section' => 'general_section_id', 'default' => '', 'choices' => [ 'alpha' => true, ], ] ); new \Kirki\Field\Color( [ 'type' => 'color', 'settings' => 'secondary_color', 'label' => __( 'Secondary Color','blogbit'), 'description' => __( 'Site Secondary Color','blogbit'), 'section' => 'general_section_id', 'default' => '', 'choices' => [ 'alpha' => true, ], ] ); new \Kirki\Field\Color([ 'type' => 'color', 'settings' => 'heading_color', 'label' => __( 'Heading Color','blogbit'), 'description' => __( 'Site Heading Color','blogbit'), 'section' => 'general_section_id', 'default' => '', 'choices' => [ 'alpha' => true, ], ] ); new \Kirki\Field\Color([ 'type' => 'color', 'settings' => 'font_color', 'label' => __( 'Body Font Color','blogbit'), 'description' => __( 'Site Secondary Color','blogbit'), 'section' => 'general_section_id', 'default' => '', 'choices' => [ 'alpha' => true, ], ] ); new \Kirki\Field\Background( [ 'type' => 'background', 'settings' => 'body_bg', 'label' => esc_html__( 'Body Background Image','blogbit'), 'section' => 'general_section_id', 'default' => [ 'background-image' => '', 'background-repeat' => 'no-repeat', 'background-position' => 'center center', 'background-size' => 'cover', 'background-attachment' => '', ], 'output' => [ [ 'element' => 'body', ], ], ] );