Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I use 5 KPI objects in a mashup with a dark background. Default color of KPI measure title is grey.
I'm looking for a possibility to theme the color of the 1st and 2nd expression titles of KPI object.
I tried the following code from help but it doesn't work:
"kpi": { "backgroundColor": "@light", "title": { "main": { "color": "@default", "fontSize": "@font-normal" }, "subTitle": { "color": "@default", "fontSize": "@font-normal" }, "footer": { "color": "@default", "fontSize": "@font-normal", "backgroundColor": "@light" } } }
Does anybody have a solution? Thanks.
add the following to your HTML styling:
/*
* this controls the second kpi measure label
*/
.qv-object .sn-kpi-title {
color: #ffffff;
}