Screen Readers
Utilities
Screen Reader Only
Using sr-only
will hide content visually but still allow screen readers to access content or text.
Note: Resize your browser to see this in action.
Screen Reader Undo
Using sr-undo
will undo sr-only
to show the hidden content visually.
Note: Resize your browser to see this in action.
Available CSS classes to hide content visually:
sr-only
Available CSS classes to undo sr-only
and show content visually:
sr-undo