diff --git a/assets/js/blocks/featured-items/featured-category/block.json b/assets/js/blocks/featured-items/featured-category/block.json index ee7b908a817..1a965571649 100644 --- a/assets/js/blocks/featured-items/featured-category/block.json +++ b/assets/js/blocks/featured-items/featured-category/block.json @@ -99,14 +99,6 @@ "showDesc": { "type": "boolean", "default": true - }, - "style": { - "type": "object", - "default": { - "color": { - "text": "#ffffff" - } - } } }, "textdomain": "woo-gutenberg-products-block", diff --git a/assets/js/blocks/featured-items/featured-product/block.json b/assets/js/blocks/featured-items/featured-product/block.json index 64a1b70cc00..515de7a4878 100644 --- a/assets/js/blocks/featured-items/featured-product/block.json +++ b/assets/js/blocks/featured-items/featured-product/block.json @@ -105,14 +105,6 @@ "showPrice": { "type": "boolean", "default": true - }, - "style": { - "type": "object", - "default": { - "color": { - "text": "#ffffff" - } - } } }, "textdomain": "woo-gutenberg-products-block",