'theme_mod',
'capability' => 'edit_theme_options'
) );
Kirki::add_panel( 'agama_blue_theme_options_panel', array(
'title' => esc_html__( 'Agama Blue Options', 'agama-blue' ),
'priority' => 2
) );
Kirki::add_section( 'agama_blue_blog_section', array(
'title' => esc_html__( 'Blog', 'agama-blue' ),
'panel' => 'agama_blue_theme_options_panel'
) );
Kirki::add_field( 'agama_blue_options', array(
'label' => esc_html__( 'Heading Title', 'agama-blue' ),
'tooltip' => esc_html__( 'Set blog section heading title.', 'agama-blue' ),
'settings' => 'agama_blue_blog_heading',
'section' => 'agama_blue_blog_section',
'type' => 'text',
'default' => esc_html__( 'Latest from the Blog', 'agama-blue' )
) );
/**
* Generating Dynamic CSS
*
* @since 1.0.1
*/
function agama_blue_customize_css() { ?>