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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Omarov
Contributor II
Contributor II

Container tabs

Hi everyone 
I have a very specific question.
Can I change container tabs font style from custom theme.

Labels (3)
1 Solution

Accepted Solutions
MatheusC
Specialist III
Specialist III

Hi, @Omarov 

You can customize the theme with CSS. Using Mult KPI in the styles tab:

.qs-container .qsc-tab-row .lui-tabset {

font-family: 'Montserrat', sans-serif;
}

Another option is to look for an extension or if the new Layout container if available in your qlik version Qlik Dashboard bundle, with it you will have several possibilities to explore.


- Regards, Matheus

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!

View solution in original post

2 Replies
MatheusC
Specialist III
Specialist III

Hi, @Omarov 

You can customize the theme with CSS. Using Mult KPI in the styles tab:

.qs-container .qsc-tab-row .lui-tabset {

font-family: 'Montserrat', sans-serif;
}

Another option is to look for an extension or if the new Layout container if available in your qlik version Qlik Dashboard bundle, with it you will have several possibilities to explore.


- Regards, Matheus

Did you find a solution to your question? Mark the solution as accepted and if you found it useful, press the like button!
Omarov
Contributor II
Contributor II
Author

Thank you @MatheusC 

It worked perfectly.