Title: Enable Focus Indicator
Last modified: September 5, 2026

---

# Enable Focus Indicator

 *  Resolved [Frank Gomez](https://wordpress.org/support/users/frank6tg/)
 * (@frank6tg)
 * [3 weeks, 1 day ago](https://wordpress.org/support/topic/enable-focus-indicator/)
 * I’m trying to enable a focus indicator when using a keyboard to navigate and 
   I’m not seeing it. I tried this CSS (and many other CSS selectors and pseudo-
   classes)
 * .modula-simple-link:focus{
   outline: 2px solid !important;outline-offset: 2px !
   important;}

Viewing 1 replies (of 1 total)

 *  Plugin Author [Teo Alex](https://wordpress.org/support/users/altesin/)
 * (@altesin)
 * [2 weeks, 6 days ago](https://wordpress.org/support/topic/enable-focus-indicator/#post-19013295)
 * Hello [@frank6tg](https://wordpress.org/support/users/frank6tg/) ,
   Please try
   the following CSS. It should display a 2px red outline on the focused element.
 *     ```wp-block-code
       html body .modula.modula-gallery .modula-simple-link:focus-visible {	outline: 2px solid #f00;	outline-offset: -2px;}
       ```
   
 * Hope this helps but if you need aditional help please, do no hesistate to contact
   us.

Viewing 1 replies (of 1 total)

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

 * ![](https://ps.w.org/modula-best-grid-gallery/assets/icon-256x256.png?rev=3095828)
 * [Modula Image Gallery - Photo Grid & Video Gallery](https://wordpress.org/plugins/modula-best-grid-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/modula-best-grid-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/modula-best-grid-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/modula-best-grid-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/modula-best-grid-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/modula-best-grid-gallery/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Teo Alex](https://wordpress.org/support/users/altesin/)
 * Last activity: [2 weeks, 6 days ago](https://wordpress.org/support/topic/enable-focus-indicator/#post-19013295)
 * Status: resolved