Dashboards & Visualizations

How to change text font size of single value in verison 6.3.x

Lindaiyu
Path Finder

Hello,

in version 6.2.x, the font-size of single value could be changed with adding a .css, such as:

 .single-value .single-result {
     font-size: 18px !important;
 }

And now after updating to version 6.3, it doesn't work anymore and the font-size by default is bigger. How to change it?

Thank you very much!

Daiyu

Tags (3)
0 Karma
1 Solution

jeffland
Champion

You should still be able to change it with just .single-result, or #your_id .single-result if you gave your single value an id and only want to change one of them.

View solution in original post

jeffland
Champion

You should still be able to change it with just .single-result, or #your_id .single-result if you gave your single value an id and only want to change one of them.

Get Updates on the Splunk Community!

Build Scalable Security While Moving to Cloud - Guide From Clayton Homes

 Clayton Homes faced the increased challenge of strengthening their security posture as they went through ...

Mission Control | Explore the latest release of Splunk Mission Control (2.3)

We’re happy to announce the release of Mission Control 2.3 which includes several new and exciting features ...

Cloud Platform | Migrating your Splunk Cloud deployment to Python 3.7

Python 2.7, the last release of Python 2, reached End of Life back on January 1, 2020. As part of our larger ...