• We are trying to become ADA compliant. I am using a theme from Elementor for the website. Some of the pages, like the home page is saying that there is an absolute font-size 16. I can’t seem to see it. How would I be able to fix this issue?
    TIA!

    • This topic was modified 2 years, 11 months ago by James Huff. Reason: moved to Accessibility since this is an accessibility issue
Viewing 1 replies (of 1 total)
  • I am not expert on ADA but absolute font sizes means that you use either of these values:

    xx-small
    x-small
    small
    medium
    large
    x-large
    xx-large

    Relative font sizes instead are for example smaller or larger, % sized, em and rem and ex and ch or viewport units sized fonts.

    So you would have to use any of those relative font sizes, I assume, to avoid that warning.
    You can read more here about relative and absolute font sizes:
    https://css-tricks.com/almanac/properties/f/font-size/

Viewing 1 replies (of 1 total)
  • The topic ‘Fixing Absolute Font-size to comply with ADA’ is closed to new replies.