To use your corporate color in the header gives a branded look to your Redmine application. Your colleagues will congratulate when they see this change.
Just go to the application.css file of the theme you are using and include this code snippet at the end of the file:
#header {
background-color: blue!important;
}
Change “blue” to your desired color or number if you use a hex or RGB code.
Please note that you might need to clear your browser cache to see the change.
You may also include this tweak by using the View customize plugin, creating a view of CSS type and including this snippet.
