• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar

WP SITES

2785

Original Genesis & WooCommerce Tutorials & 6000+ Guaranteed Code

Snippets

  • Try Premium
  • Log in

Remove Or Change Menu Text From Genesis Mobile Responsive Menu

The new Genesis Sample child theme includes a mobile menu which adds the text Menu next to the hamburger menu like this:

menu-text

To change or remove the text, find the following code in the functions file:

$output = array(
    'mainMenu' => __( 'Menu', 'genesis-sample' ),
    'subMenu'  => __( 'Menu', 'genesis-sample' ),
);

Simply remove the text from around line 38 like this:

$output = array(
    'mainMenu' => __( '', 'genesis-sample' ),
    'subMenu'  => __( '', 'genesis-sample' ),
);

That’s it. Pretty simple but may come in handy for those that are stumped like i was!

New Genesis Versions

Upload this file to your child themes config folder replacing the default responsive-menus.php file.

Download Folder

Related Tutorials

  • How To Modify or Translate The Responsive Menu Text In Genesis

Nav Menu

Reader Interactions

Comments

  1. Dave Navarro says

    May 29, 2018 at 4:38 pm

    Not seeing that anywhere in functions.php

    Log in to Reply
    • Brad Dalton says

      May 29, 2018 at 4:53 pm

      In the new Genesis Sample theme it’s located around line 102.

      Log in to Reply

Leave a Reply Cancel reply

You must be logged in to post a comment.

Primary Sidebar

Code written by Brad Dalton specialist for Genesis, WooCommerce & WordPress theme customization. Read More…

Advertise · WPEngine · Genesis · Log in

  • Access Problems
  • Account Details
  • Consulting
  • Tags
 

Loading Comments...
 

You must be logged in to post a comment.