diff --git a/functions.php b/functions.php index 2d40665d..ddaacada 100644 --- a/functions.php +++ b/functions.php @@ -35,6 +35,7 @@ function generate_setup() { add_theme_support( 'customize-selective-refresh-widgets' ); add_theme_support( 'align-wide' ); add_theme_support( 'responsive-embeds' ); + add_theme_support( 'appearance-tools' ); $color_palette = generate_get_editor_color_palette();