Menu Toggle [3 lines menu icon]

edited July 2014 in Menu / Mega menu
Hey Guys,

How do I change the menu toggle for mobile devices to say Menu vs the three bars. or even change it to where the whole menu shows up on mobile devices and not the Toggle

Thanks

J.L.

Comments

  • Hi,

    to change icon menu bar to MENU text, please go to includes/header-top-area.php file and replace below line:
    <a class="responsive-menu-toggle" href="#"><i class='icon-menu'></i></a>
    with:
    <a class="responsive-menu-toggle" href="#"><span style="font-size: 12px;">MENU</span></a>
  • Thank You So Much 
Sign In or Register to comment.