Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Kmt2000
Contributor II
Contributor II

How to change the Font size using 'Custom CSS' field

image.pngPlease suggest me how to change the font size using the Field i have shown in shared image? what will be the code for that?

 

1 Reply
anat
Master
Master

can u try below code:

element.style {
    font-size: 1.15385em;
    font-family: "QlikView Sans", sans-serif;
    color: rgb(128, 128, 128);
    padding-right: 0px;
    padding-left: 0px;
}