In the mobile view, there is a Links button in the footer. I cannot for the life of me figure out how to add content to what appears to be a modal that pops up.
Please don't tell me this has to editing in the javascript because that would be insane. I just want to add content to it.
Code:
<nav id="js-mobile-footer-links" class="mobile-menu mobile-menu-bottom mobile-footer-links medium-hide"> <div class="mobile-menu-header">LINKS<a href="" class="silver close-mobile-menu">×</a></div> </nav> <!-- end mobile-footer-links -->
Comment