@ashchad I appreciate it!
I looked more at @jberube’s site and was able to make the mobile menu open on ENTER or SPACEBAR by changing this section in the theme’s functions.php file from
<span class="mobile_menu_bar mobile_menu_bar_toggle"></span>
to
<button class="mobile_menu_bar mobile_menu_bar_toggle"></button>
-
This reply was modified 5 years, 9 months ago by laserlag.
-
This reply was modified 5 years, 9 months ago by laserlag.
@ashchad Thanks, that’s good to know! OCR is currently working with us to bring our school’s website into compliance. We might end up using Max Mega Menu too.
@jberube Would you mind sharing what changes you made to get it to work?