Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
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;
}