esc_html__( 'Header Settings', 'business-blogging' ), 'panel' => 'business_blogging_global_panel', ) ); Kirki::add_field( 'business_blogging_config', [ 'type' => 'switch', 'settings' => 'top_header_on_off', 'label' => esc_html__( 'Show/Hide Top Header Section', 'business-blogging' ), 'section' => 'business_blogging_theme_header_settings', 'default' => 1, 'choices' => [ 'on' => esc_html__( 'Show', 'business-blogging' ), 'off' => esc_html__( 'Hide', 'business-blogging' ), ], ] ); Kirki::add_field( 'business_blogging_config', [ 'type' => 'color', 'settings' => 'top_header_bgc_color', 'label' => esc_html__( 'Top Header Background Color', 'business-blogging' ), 'section' => 'business_blogging_theme_header_settings', 'default' => '#0c5099', 'transport' => 'auto', 'output' => array( array( 'element' => 'header#masthead .top-header', 'property' => 'background', ), ), ] ); Kirki::add_field( 'business_blogging_config', [ 'type' => 'text', 'settings' => 'top_header_address', 'label' => esc_html__( 'Top Header Address', 'business-blogging' ), 'section' => 'business_blogging_theme_header_settings', 'default' => esc_html__( '3486 Oakway Lane Pomona, CA 91766', 'business-blogging' ), 'transport' => 'refresh', ] ); Kirki::add_field( 'business_blogging_config', [ 'type' => 'text', 'settings' => 'top_header_phone', 'label' => esc_html__( 'Top Header Contact', 'business-blogging' ), 'section' => 'business_blogging_theme_header_settings', 'default' => esc_html__( '+1 763-227-5032', 'business-blogging' ), 'transport' => 'refresh', ] ); Kirki::add_field( 'business_blogging_config', [ 'type' => 'typography', 'settings' => 'top_header_title_typography', 'label' => esc_html__( 'Top Header Typography', 'business-blogging' ), 'section' => 'business_blogging_theme_header_settings', 'default' => [ 'font-family' => 'Roboto', 'variant' => 'regular', 'font-size' => '16px', 'line-height' => '1.6', 'letter-spacing' => '0px', 'color' => '#ffffff', 'text-transform' => 'none', ], 'transport' => 'auto', 'output' => [ [ 'element' => '.site-branding .address-contact-info', ], ], ] ); Kirki::add_field( 'business_blogging_config', [ 'type' => 'color', 'settings' => 'header_bgc_color', 'label' => __( 'Header Background Color', 'business-blogging' ), 'section' => 'business_blogging_theme_header_settings', 'default' => '#ffffff', 'transport' => 'auto', 'output' => array( array( 'element' => 'header#masthead', 'property' => 'background', ), ), ] ); Kirki::add_field( 'business_blogging_config', [ 'type' => 'typography', 'settings' => 'header_title_typography', 'label' => esc_html__( 'Site Title Typography', 'business-blogging' ), 'section' => 'business_blogging_theme_header_settings', 'default' => [ 'font-family' => 'Roboto', 'variant' => 'regular', 'font-size' => '1.25rem', 'line-height' => '1.6', 'letter-spacing' => '0px', 'color' => '#000000', 'text-transform' => 'none', ], 'transport' => 'auto', 'output' => [ [ 'element' => '.site-branding .site-title a', ], ], ] ); Kirki::add_field( 'business_blogging_config', [ 'type' => 'typography', 'settings' => 'header_desc_typography', 'label' => esc_html__( 'Site Description Typography', 'business-blogging' ), 'section' => 'business_blogging_theme_header_settings', 'default' => [ 'font-family' => 'Roboto', 'variant' => 'regular', 'font-size' => '1rem', 'line-height' => '1.4', 'letter-spacing' => '0px', 'color' => '#000000', 'text-transform' => 'none', ], 'transport' => 'auto', 'output' => [ [ 'element' => '.site-branding p.site-description', ], ], ] ); Kirki::add_field( 'business_blogging_config', [ 'type' => 'typography', 'settings' => 'header_menu_typography', 'label' => esc_html__( 'Menu Typography', 'business-blogging' ), 'section' => 'business_blogging_theme_header_settings', 'default' => [ 'font-family' => 'Roboto', 'variant' => 'regular', 'font-size' => '1rem', 'line-height' => '1.6', 'letter-spacing' => '0px', 'color' => '#000000', 'text-transform' => 'none', ], 'transport' => 'auto', 'output' => [ [ 'element' => '#cssmenu>ul>li>a', ], ], ] );