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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
nikhilgarg
Specialist II
Specialist II

What is theme.less file?

Hello All,

Can anyone help em understanfing what exactly is "Theme.less" file in Qliksense? What information does it depicts?

1 Solution

Accepted Solutions
shraddha_g
Partner - Master III
Partner - Master III

.less files include stylesheet code. that can be compiled into CSS and run.

View solution in original post

11 Replies
passionate
Specialist
Specialist

Any reference from where you got this term?

nikhilgarg
Specialist II
Specialist II
Author

Well, this is the file you will find with Theme.json. This you will find under path:

C:\Program Files\Qlik\Sense\Client\themes\old\sense

shraddha_g
Partner - Master III
Partner - Master III

.less files include stylesheet code. that can be compiled into CSS and run.

nikhilgarg
Specialist II
Specialist II
Author

Thanks Shraddha. This makes sense.

nikhilgarg
Specialist II
Specialist II
Author

But can help me telling where wld i find the file where alignment options are defined like: Left, right and centre. I dont find it in json file.

shraddha_g
Partner - Master III
Partner - Master III

this options should be in CSS or LESS files.

else check the html file.

nikhilgarg
Specialist II
Specialist II
Author

Hey Shraddha,

I checked the less file, i don't find settings related to text object. Basically when we use text object, we have an option to select the size i.e. XS, S, M, L, XL and centre, left, right alignment. I want to know the file having this settings. I cann't find the setting of the textbox in Json and Less file found at

"C:\Program Files\Qlik\Sense\Client\themes\old\sense"

shraddha_g
Partner - Master III
Partner - Master III

Did you try using extension https://github.com/ajaykakkar93/QlikSense-Sheet-Styler-Lite

This extension has lot many options for stylling.

It might help.

nikhilgarg
Specialist II
Specialist II
Author

This is fine but actually we want to create our own theme with customised font and styles, so i am unable to get the information about text object. can you help em in this?