• Hello,

    The menu system works a little differently for touch-screen mobile devices, namely, a “menu” button appears which, when clicked, expands the hierarchy.

    How can I change the title of the menu button to something other than “menu”? Or is it, perhaps, an image?

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can change this through the header.php file. To do this follow the steps below:

    1. First setup a child theme folder structure.
    2. Once that’s done copy over header.php into the child theme folder.
    3. Do a search for “_e( ‘Menu’, ‘spun’ );” in header.php.
    4. Replace the word Menu to whatever you want it to be.

    Note that the theme is also translation ready so you might want to also edit the following files acordingly:

    languages/spun.mo
    languages/spun.po

    Learn how to setup a child there here if you get stuck.

    will need to also edit the following files to

    Thread Starter miharbio

    (@miharbio)

    Thanks, didn’t see this until just now.

    I decided to remove the menu entirely by creating an empty menu and setting it as the primary, but this still results in a “menu” button for mobile devices… any idea how to remove this completely?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘menu button title’ is closed to new replies.