I have been able to change the Kibana logo in the Kibana 4.X top banner, but what about changing the background color of the navigation banner? Is there a simple way of changing the color code from black/dark grey to something else?
All I want to change is the solid background color (not the shadowing on the buttons).
I've been looking through some of the Bootstrap .less files in /opt/kibana/node_modules/bootstrap/less but not exactly sure where I where I should make my changes (theme.less?). I have not worked much at all with Bootstrap so can anyone help me out?
@michelle.foy I assume that you are running from a custom build of Kibana, since you mentioned that you are already modifying the logo in the corner. If that is an incorrect assumption, let me know.
If that is the case, you need to modify the kibana.js file found in /src/plugins/kibana/public/kibana.js
Find this line: .setNavBackground('#222222222') and modify that hex value to whatever you want.
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.