• 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 to see the link]

Viewing 1 replies (of 1 total)
  • 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.