Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Jyoti007
Partner - Contributor
Partner - Contributor

Dashboard Design

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

Labels (2)
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.