Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Woppi
Contributor II
Contributor II

Change text colour for dimensions Multi KPI

Woppi_0-1635769533883.png

 

 

1 Solution

Accepted Solutions
BenjaminT
Partner - Creator
Partner - Creator

Hi, you can do this with css under Appearance -> Styles

Add the following to change the text color:

a.ui.label{
color: #ffffff;
}

 

BenjaminT_0-1635771091300.png

 

Hope this helps

Ben

View solution in original post

2 Replies
BenjaminT
Partner - Creator
Partner - Creator

Hi, you can do this with css under Appearance -> Styles

Add the following to change the text color:

a.ui.label{
color: #ffffff;
}

 

BenjaminT_0-1635771091300.png

 

Hope this helps

Ben

Woppi
Contributor II
Contributor II
Author

Thank you for the quick answer and solution