Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
chetanpatel
Contributor III
Contributor III

How to change Header row background colors

Please help me on how to me on how to change table header colors for staraight table. as shown in attched image.

Labels (1)
2 Replies
NadiaB
Support
Support

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. 

https://help.qlik.com/en-US/sense-developer/May2022/Subsystems/Extensions/Content/Sense_Extensions/c...

Kind Regards. 

 

Don't forget to mark as "Solution Accepted" the comment that resolves the question/issue. #ngm
saso70
Partner - Creator II
Partner - Creator II

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;
}

saso70_0-1662532353751.png