Making complianz more accesible
-
Hi,
I love your plugin and I use it in all the websites I design. I would like to suggest minimal changes that would turn complianze into the only 100% accesible cookie plugin available.
Your plugin is great but in order to achive the AA accesibility of WCAG (Web Content Accessibility Guidelines) the font size needs to be expressed in rem instead of in pixels. an line height needs to be always at least 1.5em.
I have tried to fix this via css, and it more or less works but I get a warning that the code might break my site. This is what I did::root{
–cmplz_text_font_size: 1rem!important;
–cmplz_text_line_height: 1.5em!important;
–cmplz_link_font_size: 1rem!important;
–cmplz_title_font_size: 1rem!important;
–cmplz_category_body_font_size: 1rem!important;
–cmplz_button_font_size: 1rem!important;
}I think it would be great if ou would consider changing this little detail in further updates of your plugin, this is a great help in the adventure of trying to make WordPress more accesible.
Many thanks and keep up with the great work you do.
The page I need help with: [log in to see the link]
- The topic ‘Making complianz more accesible’ is closed to new replies.