From 0ab5a1781cc6e1e06a3a2b728b96d15f40a5166c Mon Sep 17 00:00:00 2001 From: Bindu Wavell Date: Wed, 22 Jun 2022 02:55:43 -0600 Subject: [PATCH] Update config documentation for header theming (#2555) --- docs/configuration/README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/docs/configuration/README.md b/docs/configuration/README.md index 8742336a1..2d6dfa1a1 100644 --- a/docs/configuration/README.md +++ b/docs/configuration/README.md @@ -91,13 +91,12 @@ The default logo displayed in the top left corner of the Alfresco Content Applic ### Header Background color -You can change the header background color by specifying the color code for the "headerColor" key: +You can change the header text and background colors by specifying the color code for the "headerTextColor" and "headerColor" keys: ```json { - "application": { - "headerColor": "#ffffff" - } + "headerTextColor": "#000000", + "headerColor": "#ffffff" } ```