Skip to main content
Announcements
Qlik Community Office Hours, March 20th. Former Talend Community users, ask your questions live. SIGN UP
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Can we adjust the font size on sense?

Can we adjust the font size on sense?The original font size of sense chart is small, I want to make them bigger. Who knows how to do it?

1 Solution

Accepted Solutions
Alexander_Thor
Employee
Employee

Hi Anna,

For the free Desktop product it's currently quite hard.

However if you are running Qlik Sense Server you can always change the theme which would allow you to configure font sizes for titles, sub-titles and foot notes.

Until we ship the full theming capabilities you can only have one theme that spans all apps.

You will find the theme.css file at C:\Program Files\Qlik\Sense\Client\themes\sense (assuming you installed on the C drive)

You can change font size, style, weight, well... anything you can do with css basically

View solution in original post

13 Replies
Not applicable
Author

Any update? Who knows how to do it? Many thanks for your answer!

jagan
Luminary Alumni
Luminary Alumni

Hi,

I think it is not possible, the size is automatically controlled by the dynamic form factor.

Check this links

Font size (graphs labels)

Regards,

jagan.

Not applicable
Author

Thank you for your answer. What a pity! Maybe we can only wait for the new version release.

jagan
Luminary Alumni
Luminary Alumni

Hi,

Please close this thread if you got the answer.

Regards,

jagan.

Alexander_Thor
Employee
Employee

Hi Anna,

For the free Desktop product it's currently quite hard.

However if you are running Qlik Sense Server you can always change the theme which would allow you to configure font sizes for titles, sub-titles and foot notes.

Until we ship the full theming capabilities you can only have one theme that spans all apps.

You will find the theme.css file at C:\Program Files\Qlik\Sense\Client\themes\sense (assuming you installed on the C drive)

You can change font size, style, weight, well... anything you can do with css basically

Not applicable
Author

How to close this thread?

Not applicable
Author

Thank you for your answer, where can we find the download for Qlik Sense Server?

jagan
Luminary Alumni
Luminary Alumni

Hi,

You can download Qlikview/Qliksense server from this URL, but you need to be partner or customer.

ap-a.demo.qlik.com/download/

You can close this thread by clicking Correct Answer button to the useful thread.

Regards,

Jagan.

engishfaque
Specialist III
Specialist III

Dear Anna,

Yes, you can do it by using extension.

Create simple extension and apply following settings in extension CSS file.

FileName.css

--

body {

     font-size:18px;

     font-weight:normal;

}

Kind regards,

Ishfaque Ahmed