Option to define custom color schemes

Another example is to change the header navigation color using custom stylesheets:

Try this code in the custom.css file:

#header nav { background: #89A54E; }

Then update your “_custom_head.html.haml” file with this code:

= custom_stylesheet_link "custom"

In this example i’m using background color #89A54E but you can choose any color for that.

N.B. You would need to disable/enable the eazyBI app from Jira admin page to apply for the changes.