diff --git a/inc/customizer/class-storefront-customizer.php b/inc/customizer/class-storefront-customizer.php index 276de2c85..2b00f6299 100644 --- a/inc/customizer/class-storefront-customizer.php +++ b/inc/customizer/class-storefront-customizer.php @@ -1254,7 +1254,7 @@ public function block_editor_customizer_css() { /* WP <=5.3 */ .editor-styles-wrapper .editor-block-list__block, /* WP >=5.4 */ - .editor-styles-wrapper .block-editor-block-list__block { + .editor-styles-wrapper .block-editor-block-list__block:not(.wp-block-woocommerce-featured-product):not(.wp-block-woocommerce-featured-category) { color: ' . $storefront_theme_mods['text_color'] . '; }