Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
eds_fb17
Contributor III
Contributor III

Custom theme: set background color for each sheet panel title

Hello,

Is there anyway to set differents background color for each sheet title panel?

I tried via the menu, but when i set a color, it affects all sheets.

I alos tried in a custom theme, in the css file (.qv-panel-sheet .sheet-title-container) but it also affect all sheets.

is it possible to reference to a specific sheet with it's name or ID or rank?


Thanks in advance

Labels (3)
2 Replies
Donya-qlik
Employee
Employee

No, Sheet title background is a global property so you cannot customize it on your sheets individually. 

chris_djih
Creator III
Creator III

there is a little hack: you can inject css  with the multi-KPI object within the sheet (these injections are only valid within this sheet).
you can furthermore identify each object by its own ID called tid. And so you can modify styles of each object seperately.

for more follow this guide: CSS Masterclass. Some of these functions are a little bit outdatet, since the css classes were developed further since then. But to get the key functionality out of this, it is your best starting point.

If you found help, mark the correct answer and give some likes to ALL contributors, that tried to help.