In Single Value Visualization, we have result and under label field. I able to change the font size of the main result field using the css mentioned in https://answers.splunk.com/answers/462917/how-to-change-the-font-size-for-single-value-visua.html
.single-value .single-result {
font-size: 20px !important;
}
However - I did not find the way to change the font color and size of underLabel field. Please suggest, the way to change font size for underLabel field? Documentation does not give default css class name available for single value visualization which we can check and change.
... View more