Changing container DIV to NAV
-
We’ve recently had an accessibility audit on our website and one of the recommendations was to wrap the mega menu in a <nav> tag.
Essentially we just need to change:
<div id=”mega-menu-wrap-max_mega_menu_1″ class=”mega-menu-wrap”>
to
<nav id=”mega-menu-wrap-max_mega_menu_1″ class=”mega-menu-wrap”> and then change the closing </div> to </nav>
Just wondering if there is already a snippet or option to do this before we explore alternative options
Thanks
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.