• Resolved lukewarm2019

    (@lukewarm2019)


    We are attempting to conform to WCAG 2.0 AA standards in our site.

    The Simple Social Icons plugin is placing additional <style> tags at the end of the page just before the </body></html> tags in WordPress.

    Is there away to eliminate this issue?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Luke,

    We’re not aware that outputting styles presents an accessibility issue, but you can prevent the plugin from outputting styles using this filter in your active theme’s functions.php (documented in the plugin FAQ):

    add_filter( 'simple_social_disable_custom_css', '__return_true' );

    You would then need to provide icon styling yourself.

    Thread Starter lukewarm2019

    (@lukewarm2019)

    Thank you for your response. This will be very helpful.

    FYI, the issue I was referring to is related to the WCAG 2.1 A 4.1.1 section of the guidelines.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Accessibility Issue’ is closed to new replies.