Lego2012
12/13/2016 - 3:28 PM

Make entire menu text clickable in mobile responsive menus

Make entire menu text clickable in mobile responsive menus

<?php
//* Do NOT include the opening php tag shown above. Copy the code shown below.

<!-- Replace -->

if (event.target !== this)

<!-- with -->

if ( ( event.target !== this ) && ( event.target != '' ) )

<!-- in responsive-menu.js. -->

<!-- Do not add "#". -->