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: 
lessassy
Creator
Creator

Multi KPI Style CSS apply to one object only

Hello,

 

I have the following css code:

.qv-client.qv-card #qv-stage-container #grid .qv-object-wrapper .qv-inner-object {
    padding: 0;
}
.touch-off .qv-client.qv-card #qv-stage-container #grid .qv-object .qv-object-header.thin {
    height: 0px;
}

.qv-object-qsstatistic .ui.mini.horizontal.statistic>.value, 
.qv-object-qsstatistic .ui.mini.horizontal.statistics .statistic>.value, 
.qv-object-qsstatistic .ui.mini.statistic>.value, 
.qv-object-qsstatistic .ui.mini.statistics .statistic>.value {
    font-size: 90%;
}

 

And I would like to apply it to a MULTI KPI object and not the whole page as we can see below

 

 

 

 

It would be possible to configure a CSS style per object "KPI indicator".

Thank you

Have a good day

Labels (2)
2 Replies
Claudiu_Anghelescu
Specialist
Specialist

 

You have to use "&" in order to reference only current object.

& .top {
font-size: 100%;
color: #ff5943;
background: #fff883
}

To help community find solutions, please don't forget to mark as correct.
shaan007
Partner - Creator
Partner - Creator

Hi There,

I am using the theme Sense Horizon and it's displaying borders in every Multi KPI object. 

How do I remove them using the styles(CSS) section in the Multi KPI property?

 

 

Thank you