Skip to main content
Announcements
Qlik Introduces a New Era of Visualization! READ ALL ABOUT IT
cancel
Showing results for 
Search instead for 
Did you mean: 
Mahamed_Qlik
Specialist
Specialist

customize theme

Dear all,

I have changed the below script to make table ( Straight table not pivot table) header background color and font-weight but its not reflecting 

"straightTable": {
"header": {
"fontSize": "@H4",
"color": "@B35",
"backgroundColor": "@B20",
"font-weight": "bold"

},

 

This is customized theme.

Labels (1)
4 Replies
Ajay_Ananthnarayan

Hi,
Perhaps this is a known limitation as discussed here with alternative approaches https://community.qlik.com/t5/New-to-Qlik-Sense/Change-table-header-color/td-p/1564615 

Dataintellinalytics

Please share the definition code for H4 , B35 and B20

anat
Master
Master

you can pass some values in place of  H4 , B35 and B20

"straightTable": {
"header": {
"fontSize": "10",
"color": "green",
"backgroundColor": "blue",
"font-weight": "bold"

},