diff --git a/functions.php b/functions.php index 63fdaa1..7603350 100644 --- a/functions.php +++ b/functions.php @@ -64,6 +64,9 @@ function _s_setup() { 'default-color' => 'ffffff', 'default-image' => '', ) ) ); + + // Add theme support for selective refresh for widgets. + add_theme_support( 'customize-selective-refresh-widgets' ); } endif; add_action( 'after_setup_theme', '_s_setup' );