Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Clear keyboard focus outlines

Keyboard users see a clear outline around the link or button they’re on. Many themes hide it; it matters for accessibility.

  • Type CSS (CSS)
  • Runs Public site, in the page head
  • Category Design
  • Tested with WordPress 7.1
CSS
:focus-visible {
	outline: 3px solid #2346c9 !important;
	outline-offset: 2px !important;
}
:focus:not(:focus-visible) {
	outline: none;
}

In these packs

  • Design touches: Small front-end touches: a reading progress bar, an announcement bar, a WhatsApp button, accessibility fixes.

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.