From 5c7665475532dbe8133c38c4b2dbfeb6c748c306 Mon Sep 17 00:00:00 2001 From: Nonimart Date: Thu, 30 Oct 2025 14:43:54 +0100 Subject: [PATCH] FIX Forbid background color on title --- theme.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/theme.json b/theme.json index 4f7ad6f..2b42173 100644 --- a/theme.json +++ b/theme.json @@ -124,6 +124,13 @@ "size": "1.875rem" } ] + }, + "blocks": { + "core/heading": { + "color": { + "background": false + } + } } } } \ No newline at end of file