Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone
I have a very specific question.
Can I change container tabs font style from custom theme.
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
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
Thank you @MatheusC
It worked perfectly.