Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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?
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;
}