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: 
nikhilgarg
Specialist II
Specialist II

How to change font size for XL in text object in Qliksense?

Hello All,

I want to change the font size of Text Object in Qliksense(i.e. for XS, S, M, L, XL). How can i change the font size for them?

10 Replies
AlexTheTRex
Contributor II
Contributor II

You can target  XS S M L XL in the CSS section of the theme ( 2 = M, 3 = L etc)

.qv-object-text-image [size="2"] {
    font-size : 100px !important;
}
.qv-object-text-image [size="3"] {
    font-size : 150px !important;
}