Skip to content

Instantly share code, notes, and snippets.

@Deaner666
Last active August 29, 2015 14:20
Show Gist options
  • Save Deaner666/c931855a999e96e09022 to your computer and use it in GitHub Desktop.
Save Deaner666/c931855a999e96e09022 to your computer and use it in GitHub Desktop.
Selector override for Genesis responsive menus to make them aria accessible
$("#menu-primary-navigation").before('<button class="responsive-menu-icon" aria-controls="menu-primary-navigation" aria-expanded="false"><span class="screen-reader-text">Menu</span></button>');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment