We are using LF Forms 11. Our in-house ADA expert says that the font sizes of the texts above & below the field labels in the forms are too small. The ADA expert would be fine with boosting all the font sizes up a notch or focusing on this one type of field and its associated font properties. (Text above and below a field has the smallest font size of any form element.) We are not using any inline CSS or JavaScript to alter the look-and-feel or business logic on this form -- to my knowledge the current font sizes all represent default settings as of right now.
I used view source to confirm that the texts we want to enlarge are always represented in the HTML with
"class=cf-helptext ab-help" "class=cf-helptext un-help"
can anyone coach me if there is a way to change the definition of these classes within the form to use a larger font size? Thanks in advance.