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" } ```