• Resolved CRMiller2014

    (@crmiller2014)


    I am trying to use the plugin WP Accessibility for it’s font resizer and contrast toggle. Is there a way to customize the font size that the toolbar increases the font to? (when I click on the font botton in the toolbar now, the font is huge & the words “fall off” my menu…would like to take it down a notch, if possible…or better yet, be able to include multiple font size increases). Thanks

    https://wordpress.org/plugins/wp-accessibility/

Viewing 1 replies (of 1 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    It’s not readily possible to include multiple settings for font resizing, but you can absolutely customize the way that the font resizing effects your site. Because WP Accessibility doesn’t really know anything about how fonts are used on your site, what it does is very unpredictable. However, you can add custom styles to your theme stylesheet under the body class ‘.fontsize’ to have those styles take effect when the font toggle is enabled.

    e.g.

    .fontsize h1 { font-size: 2.4em; }
    .fontsize #content p { font-size: 1.5em; }

    (Those are just examples; I have no idea what effect they would have on your site.)

Viewing 1 replies (of 1 total)

The topic ‘Customize WP Accessibility font sizer’ is closed to new replies.