Title: Hover effect when tabbing through menu
Last modified: November 15, 2021

---

# Hover effect when tabbing through menu

 *  [florianwp1](https://wordpress.org/support/users/florianwp1/)
 * (@florianwp1)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/hover-effect-when-tabbing-through-menu/)
 * Hi,
 * I am working on this website, which should be fully accessible for visually impaired
   people, which means, it should be fully accessible only by the keyboard with 
   visual guidance.
 * So my question:
    Is it possible to add the same hovering effect, which already
   appears when I am hovering with my mouse cursor, for “tabbing” through the menu?
 * In my recherche OceanWP doesn’t include this feature by default.
    Is there an
   easy CSS/JS solution?
 * thanks
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fhover-effect-when-tabbing-through-menu%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

Viewing 1 replies (of 1 total)

 *  [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * (@abhikr781)
 * [4 years, 6 months ago](https://wordpress.org/support/topic/hover-effect-when-tabbing-through-menu/#post-15080303)
 * Hello,
 * ​Please try to add the below CSS code from the Appearance > Customize > Custom
   CSS, and check.
 *     ```
       a:focus {
           outline: 1px solid;
       }
       ```
   

Viewing 1 replies (of 1 total)

The topic ‘Hover effect when tabbing through menu’ is closed to new replies.

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

## Tags

 * [hover](https://wordpress.org/support/topic-tag/hover/)

 * 1 reply
 * 2 participants
 * Last reply from: [Abhishek](https://wordpress.org/support/users/abhikr781/)
 * Last activity: [4 years, 6 months ago](https://wordpress.org/support/topic/hover-effect-when-tabbing-through-menu/#post-15080303)
 * Status: not resolved