'ffffff', ); add_theme_support( 'custom-background', $args ); // Add Custom logo Support add_theme_support( 'custom-logo', array( 'height' => 100, 'width' => 400, 'flex-height' => true, 'flex-width' => true, ) ); // add new theme option to customizer if ( ! class_exists( 'Kirki' ) ) { return; } Kirki::add_field( 'simple_store_settings', array( 'type' => 'code', 'settings' => 'header-banner', 'label' => __( 'Header Banner', 'simple-store' ), 'help' => __( 'Add your HTML code with your banner.', 'simple-store' ), 'section' => 'layout_section', 'choices' => array( 'language' => 'html', 'theme' => 'monokai', 'height' => 100, ), 'priority' => 10, ) ); } add_action( 'after_setup_theme', 'simple_store_theme_setup' ); add_action( 'widgets_init', 'simple_store_widgets_init' ); function simple_store_widgets_init() { register_sidebar( array( 'name' => __( 'Homepage Sidebar', 'simple-store' ), 'id' => 'simple-store-home-sidebar', 'before_widget' => '', 'before_title' => '