Hello, I have a single value panel in dashboard studio and would like to set all text to a specific colour (#212121) Not all text is taking the colour. Any idea what I am missing? the "Days", "Hours", "Minutes" should be dark grey too.... { "containerOptions": { "visibility": { "hideWhenNoData": true } }, "dataSources": { "primary": "ds_YtjP8WZh" }, "options": { "align": "left", "sparklineDisplay": "off", "splitByLayout": "trellis", "trellisBackgroundColor": "transparent", "trellisColumns": 3, "trellisMinColumnWidth": 10, "trellisPageCount": 3, "trellisSplitBy": "aggregations", "trendDisplay": "off", "majorColor": "#212121", "backgroundColor": "transparent" }, "title": "", "type": "splunk.singlevalue", "context": {}, "showProgressBar": false, "showLastUpdated": false } Any help appreciated Thanks Andre
... View more