Skip to main content
Announcements
Live today at 11 AM ET. Get your questions about Qlik Connect answered, or just listen in. SIGN UP NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
Aleesha_Sharma
Contributor
Contributor

Container formatting using CSS

Hi,

I am new to Qlik Sense and currently using the cloud version. I have a container in my report which I need to edit using CSS. It has three tabs each containing multiple KPIs, I need to format these KPI's (margin,border,color and font size) using CSS. I tried using the following code but it only seems to edit the overall container properties:

.qs-container .qsc-item-wrapper, .qs-container .qsc-tab-row {

background-color: #02164f;
font-family: 'Segoe UI Bold';
font color :#ef7124;
color: orange;


}

Could anyone help and resolve the same ?

Labels (2)
2 Solutions

Accepted Solutions
Dalton_Ruer
Support
Support

I believe each object type (Bar Chart, KPI, Line Chart etc) would need to have it's own custom CSS styling. 

View solution in original post

Patricia_Silva
Specialist II
Specialist II

Hello Aleesha_Sharma, did you have a look here: https://help.qlik.com/en-US/sense-developer/June2020/Subsystems/Extensions/Content/Sense_Extensions/... it might help you to achieve what you need. Hope it helps!

Help users find answers! Don't forget to mark a correct resolution 🙂

View solution in original post

3 Replies
Dalton_Ruer
Support
Support

I believe each object type (Bar Chart, KPI, Line Chart etc) would need to have it's own custom CSS styling. 

Aleesha_Sharma
Contributor
Contributor
Author

Hi Dalton,

Thank you for the help. For containers is it possible to change the tab labels' color using CSS?
For example is it possible to change the below labels to orange instead of grey ?

Aleesha_Sharma_0-1619500900748.png

Your help will be much appreciated.

 

Patricia_Silva
Specialist II
Specialist II

Hello Aleesha_Sharma, did you have a look here: https://help.qlik.com/en-US/sense-developer/June2020/Subsystems/Extensions/Content/Sense_Extensions/... it might help you to achieve what you need. Hope it helps!

Help users find answers! Don't forget to mark a correct resolution 🙂