Dashboards & Visualizations

How to change the font size of text inside single panel(table) of the dashboard

suneet_ghosh
New Member

I'm able to change the font size for the entire  dashboard not for the single table, my dashboard consist of multiple panel(tables), if I'm trying to increase the font size of text for single table it is getting changed for complete panel, I want to change the font size of my main panel which should be bigger than the remaining.

Labels (2)
0 Karma

kamlesh_vaghela
SplunkTrust
SplunkTrust

@suneet_ghosh 

You can use the CSS id selector for this.

You can mention the id in the table view and use the same id in CSS. like 

#table_id {
  text-align: center;
  color: red;

more.....
}

 

I hope this will help you.

Thanks
KV
If any of my replies help you to solve the problem Or gain knowledge, an upvote would be appreciated.

0 Karma
Get Updates on the Splunk Community!

.conf24 | Day 0

Hello Splunk Community! My name is Chris, and I'm based in Canberra, Australia's capital, and I travelled for ...

Enhance Security Visibility with Splunk Enterprise Security 7.1 through Threat ...

(view in My Videos)Struggling with alert fatigue, lack of context, and prioritization around security ...

Troubleshooting the OpenTelemetry Collector

  In this tech talk, you’ll learn how to troubleshoot the OpenTelemetry collector - from checking the ...