Customize top blue band

Hello Helical Team,

I am using helical insight version 4.1. I would like to customize the top blue band in term of color etc. How can that be done?

Thank You,
Vema.

Hello Vema,

It can be done using CSS. You can create a custom styling file also and put this code in that styling file itself as well. Ref Custom Styling

Meanwhile if you want to do this for a specific dashboard, while designing the dashboard you can put that CSS

#hi-cacheToolbar
{
  background-color : green
}

And then when that dashboard is opened in new window, then it will look like below when opened

image

Thank You,
Helical Insight.