Title: focus:visible
Last modified: April 29, 2026

---

# focus:visible

 *  [harrydevries](https://wordpress.org/support/users/harrydevries/)
 * (@harrydevries)
 * [3 months, 2 weeks ago](https://wordpress.org/support/topic/focusvisible/)
 * I cannot get focus visible to work either through my css
 * .All-needed-elements:focus-visible{
   style…
 * }
 * not even with a plugin (i checked if it was possible with the plugin equalize
   digital which has a focus visible option you can check) alas also no luck.
 * Is there a way to make focus visible work? (free version sydney) i have a lot
   of visitors with disabilities.

Viewing 1 replies (of 1 total)

 *  [Rajab Said](https://wordpress.org/support/users/snrjosh/)
 * (@snrjosh)
 * [3 months, 2 weeks ago](https://wordpress.org/support/topic/focusvisible/#post-18895935)
 * Hi [@harrydevries](https://wordpress.org/support/users/harrydevries/),
 * Thanks for contacting us.
 * When testing `:focus-visible`, please make sure you are using the `Tab` key on
   your keyboard to navigate the page. Unlike the standard `:focus` pseudo-class,`:
   focus-visible` typically will not trigger if you are clicking the element with
   a mouse.
 * It works for me, using the sample CSS below, as you can see in this [screencast](https://a.supportally.com/v/RNfkQw):
 *     ```wp-block-code
       /* Styling focus only for keyboard users */button:focus-visible {  outline: 5px solid #fff;  outline-offset: 4px;}a:focus-visible {  outline: 5px solid #fff;  outline-offset: 4px;}
       ```
   
 * Please try this CSS and let me know if it works for you.

Viewing 1 replies (of 1 total)

You must be [logged in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Ffocusvisible%2F%3Foutput_format%3Dmd&locale=en_US)
to reply to this topic.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sydney/2.70/screenshot.png)
 * Sydney
 * [Support Threads](https://wordpress.org/support/theme/sydney/)
 * [Active Topics](https://wordpress.org/support/theme/sydney/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sydney/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sydney/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rajab Said](https://wordpress.org/support/users/snrjosh/)
 * Last activity: [3 months, 2 weeks ago](https://wordpress.org/support/topic/focusvisible/#post-18895935)
 * Status: not resolved