Change font size of the result values

Add this code to the Custom CSS field on the Settings tab of your Calculator widget’s settings:

[class*='animated-number__Content-sc'] {
font-size: 38px !important;
}
1 Like