Skip to content

Instantly share code, notes, and snippets.

@reasonstousegenesis
Created September 18, 2015 02:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save reasonstousegenesis/9c104a906e2bd032401a to your computer and use it in GitHub Desktop.
Save reasonstousegenesis/9c104a906e2bd032401a to your computer and use it in GitHub Desktop.
Add Genesis accessibility support for screen reader text only
<?php
// Paste the code BELOW this line into your child theme functions.
/**
* Add Genesis accessibility support for screen reader text only
*
* @author Reasons to Use Genesis
* @link http://reasonstousegenesis.com/genesis-accessibility/
*/
add_theme_support( 'genesis-accessibility', array( 'screen-reader-text' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment