Skip to content

Instantly share code, notes, and snippets.

View amandaluu's full-sized avatar

Amanda Luu amandaluu

View GitHub Profile
@amandaluu
amandaluu / README.md
Created November 1, 2020 05:04 — forked from nielslange/README.md
Genesis Framework snippets

Genesis Framework snippets

Accessibility

Enable Accessibility Features

  • functions.php:
//* Enable Genesis Accessibility Components
add_theme_support( 'genesis-accessibility', array( '404-page', 'drop-down-menu', 'headings', 'rems', 'search-form', 'skip-links' ) );