divi-accessibility icon indicating copy to clipboard operation
divi-accessibility copied to clipboard

Tab through menu not working

Open hollygotb opened this issue 3 years ago • 2 comments

The tab through menu blinks but doesn't select the pages or open the drop-down menu. Any ideas?

https://eaat.gotbdev.com/

Thanks so much!

hollygotb avatar Oct 20 '21 19:10 hollygotb

I don´t know why lasts versions of Divi hide the submenu when you change the focus to another parent level that has no other submenu inside using tab key navigation.

I´m triying this but it doesn´t work. Mi knoweledge of CSS is poor. :)

.menu-item li > ul.sub-menu { display: none; } .menu-item li:hover > ul.sub-menu { display: block; } .menu-item li a:focus + ul.sub-menu { display: block; }

soleto avatar Oct 21 '21 12:10 soleto

Your web works like a charm!!!

soleto avatar Oct 22 '21 19:10 soleto