Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
No, Sheet title background is a global property so you cannot customize it on your sheets individually.
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.