Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Zaga_69
Creator
Creator

Font Size in MultiKPI using CSS style

Hi,

I used the following code to change some charactherisitcis of the MULTIKPI , however it does not work for the font size.

Any idea?

.qv-object-qlik-multi-kpi, .qv-object-barchart, .qv-object-combochart, .qv-object-linechart, .qv-object-table {
border-radius: 3px;
box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.16);
background: white !important;
padding: 1em;
border-radius: .5em;
margin: .5em auto;
height: calc(100% - 1em);
body {
font-size: 90%
}
}

 

Regards

Labels (3)
1 Reply
prabhu0505
Specialist
Specialist

i know this is old thread, still posing for benefit of others...

& .label * {
font-family: 'Arial';
font-weight: normal;
font-style: normal;
font-size: 60%;
}
& .value * {
font-size: 45%;
}