In release 9.2.2403 I see that: You can customize the text color of dashboard panel titles and descriptions with the titleColor and descriptionColor options in the source code... But I'm not sure how to modify the source code appropriately to make this work. If I have this basic starting point: {
"type": "splunk.table",
"title": "Sample title for testing color",
"options": {},
"context": {},
"containerOptions": {},
"showProgressBar": false,
"showLastUpdated": false
} Where can I insert titleColor? My Splunkcloud version is Version:9.2.2403.108
... View more