Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Please help me on how to me on how to change table header colors for staraight table. as shown in attched image.
Hi @chetanpatel
That can be achieved with Custom Theme, in order to see what is the current class used for this format, when opening the developer tools and selecting the object in the UI it will show the source and the .css associated to that resource, then you can use that as a sample to create a custom theme.
Kind Regards.
Hi You can add multi kpi object on the sheet add in measure =' ' and in the styles add folowing CSS:
.qv-st-header-cell {
background: #138170 !important;
color: white !important;
}