esc_html__( 'Footer Typography', 'blog-reflection' ), 'panel' => 'footer_options', ) ); //Text Color new \Kirki\Field\Color( [ 'settings' => 'footer_text_color_setting', 'label' => esc_html__( 'Text Color', 'blog-reflection' ), 'description' => esc_html__( 'Change Footer Text Color', 'blog-reflection' ), 'section' => 'footer_typography_section', 'default' => '', 'output' => array( array( 'element' => '.text-color-changer, footer h2', 'property' => 'color', ), ), 'active_callback' => [ [ 'setting' => 'footer_enable', 'operator' => '==', 'value' => true, ], ], ] ); //Div bg color new \Kirki\Field\Color( [ 'settings' => 'footer_bg_color_setting', 'label' => esc_html__( 'Background Color', 'blog-reflection' ), 'description' => esc_html__( 'Change Footer Background Color', 'blog-reflection' ), 'section' => 'footer_typography_section', 'default' => '', 'output' => array( array( 'element' => '.footer-typography-settings', 'property' => 'background', ), ), 'active_callback' => [ [ 'setting' => 'footer_enable', 'operator' => '==', 'value' => true, ], ], ] );