• Resolved hmsproducts

    (@hmsproducts)


    Great plugin and we love your focus on accessibility!

    However, can the font sizes in your CSS be updated to relative rather than absolute units? I know this can be overridden, but, it still shows up in accessibility tool scans as an alert that don’t see the cascade.

    E.G.:

    .responsive-tabs ul.responsive-tabs__list {
    font-size: 18px;
    line-height: 18px;
    margin: 20px 0 0 12px;
    padding: 0;
    }

    Thank you!
    HMS Products

Viewing 1 replies (of 1 total)
  • Plugin Author cubecolour

    (@numeeja)

    Rather than overriding the existing CSS with additional styles, you can replace the styles with a new customised set of styles using the method outlined in the documentation.

Viewing 1 replies (of 1 total)

The topic ‘Absolute font size units’ is closed to new replies.