Update config documentation for header theming (#2555)

This commit is contained in:
Bindu Wavell
2022-06-22 02:55:43 -06:00
committed by GitHub
parent 3453eef75d
commit 0ab5a1781c

View File

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