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

Announcements
Only at Qlik Connect! Guest keynote Jesse Cole shares his secrets for daring to be different. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
phaniskaja
Partner - Contributor II
Partner - Contributor II

How to control the Title font size in an Extension

Hello All,

Lots of research ended with no success.

I have a list box extension where i'm able to control the font size of the data but not the font size of Title.

i even wanted to control the default font size of the Title. may be either hard code it to something smaller should also be fine.

can someone guide me how i can achieve it within my css?

swr‌ any inputs on this. appreciate help in advance .

2 Replies
_jespers_
Partner - Creator II
Partner - Creator II

Add these lines to your .css and it will do the trick:

.qv-object-name-of-your-extension .qvt-visualization-title{

    font-size: 40px;

}

You just need to change ".qv-object-name-of-your-extension" to the name of your extension.

Eg. if the name of your extension is "my-fine-extension" then the new name should be ".qv-object-my-fine-extension"

Or did you mean the header for the dimension when you said Title?

If you give me an example of your code I think it would be easier to help out.

phaniskaja
Partner - Contributor II
Partner - Contributor II
Author

Hello Jesper,

Thank you for the inputs. you suggestion worked .

i was trying to control the Chart Title Font size.