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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
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 (1)
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%;
}