Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Jyoti007
Partner - Contributor II
Partner - Contributor II

Dashboard Design

How to give background color to table header in qliksense dashboard?

Labels (2)
1 Solution

Accepted Solutions
vinieme12
Champion III
Champion III

You will have to add custom css using a multi-kpi object

Here is the css for formatting the title of an object

div[tid="objectID"] .qv-object-title{
background:blue!important;
color:white!important;
}

instuctions on how to get the objectID and how to apply custom css using the MultiKPI object are explained in this video

https://www.youtube.com/watch?v=PnsTJla7N4c

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.

View solution in original post

1 Reply
vinieme12
Champion III
Champion III

You will have to add custom css using a multi-kpi object

Here is the css for formatting the title of an object

div[tid="objectID"] .qv-object-title{
background:blue!important;
color:white!important;
}

instuctions on how to get the objectID and how to apply custom css using the MultiKPI object are explained in this video

https://www.youtube.com/watch?v=PnsTJla7N4c

 

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.