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
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.
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.