When deploying Content Station within your working environment, you may want to match certain aspects of the application with the identity of your brand, such as icons and colors.
In Content Station, the following can be customized:
- The header
Customizing the header
Info: This feature requires Content Station 11.49 or higher.
The header is visible throughout Content Station.
The following components can be customized:
- The icon
- The color of the header background
- The background color of the button and badges
- The text color of the button and badges
- The color of the menu text
Figure: Customizing the header of Content Station: the icon (A), header background (B), button background and text (C), badges background and text (D), and menu text (E).
Step 1. Access the config.js file of Content Station.

<Enterprise Server path>/contentstation/
Step 2. Locate and modify the section named theme as required:
theme: {
header: {
icon: '<url>' // URL to a custom icon. To make it fit properly, use a size of 137px by 30px.
// The colors can be represented by a hex value without the # (for example: FF0000).
backgroundColor: '3a3f4e',
buttonAndBadgeBackgroundColor: 'f9b659',
buttonAndBadgeTextColor: '222222',
textColor: '000000',
}
}
Comments
Do you have corrections or additional information about this article? Leave a comment!
Do you have a question about what is described in this article? Please contact support here.
0 comments
Please sign in to leave a comment.