• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

Essene Pro Responsive Menu – Remove the Word 'Menu'

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password

Community Forums › Forums › Archived Forums › Design Tips and Tricks › Essene Pro Responsive Menu – Remove the Word 'Menu'

This topic is: not resolved

Tagged: Essence Pro, hamburger menu, remove the word 'menu', responsive menu

  • This topic has 1 reply, 2 voices, and was last updated 5 years, 8 months ago by AnitaC.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • October 10, 2019 at 1:04 am #493946
    AdamT
    Participant

    Hi,

    I'm trying to remove the word 'Menu' from the Essence Pro responsive menu. I know this topic has been answered before. (See below.) Victor told the poster to remove the word Menu in the theme's /lib/header-functions.php (see link below).

    However, the header-functions.php file in my Essence Pro folder is a bit different than the one Victor mentions. Line 68 shows an entirely different code. I believe the section that relates to the Menu name is quoted here.

    I've tried to change the word 'Menu' to '', unsuccessfully (line 61: $menu_text = __( 'Menu', 'essence-pro' );)

    Please assist,
    All the best,
    Adam

    
    	$menu_text = __( 'Menu', 'essence-pro' );
    	$hide_text = __( 'Hide Off Screen Menu', 'essence-pro' );
    	$menu_args = array(
    		'theme_location' => 'off-screen',
    		'depth'          => 1,
    		'fallback_cb'    => false,
    	);
    
    	if ( genesis_is_amp() ) {
    		?>
    		<amp-lightbox id="off-screen-lightbox" class="off-screen-menu off-screen-content" layout="nodisplay" scrollable>
    			<div class="off-screen-container">
    				<div class="off-screen-wrapper">
    					<div class="wrap">
    						<button class="lightbox toggle-off-screen-menu-area close" on="tap:off-screen-lightbox.close"><span class="screen-reader-text"><?php echo esc_html( $hide_text ); ?></span>X</button>
    						<?php genesis_nav_menu( $menu_args ); ?>
    					</div>
    				</div>
    			</div>
    		</amp-lightbox>
    		<div class="header-right">
    			<button class="off-screen-item toggle-off-screen-menu-area" on="tap:off-screen-lightbox" layout="nodisplay"><i class="icon ion-md-menu"></i> <?php echo esc_html( $menu_text ); ?></button>
    		</div>
    		<?php
    	} else {
    		?>
    		<div class="off-screen-menu off-screen-content">
    			<div class="off-screen-container">
    				<div class="off-screen-wrapper">
    					<div class="wrap">
    						<button class="toggle-off-screen-menu-area close"><span class="screen-reader-text"><?php echo esc_html( $menu_text ); ?></span>X</button>
    						<?php genesis_nav_menu( $menu_args ); ?>
    					</div>
    				</div>
    			</div>
    		</div>
    		<div class="header-right">
    			<button class="off-screen-item toggle-off-screen-menu-area"><i
    						class="icon ion-md-menu"></i> <?php echo esc_html( $menu_text ); ?></button>
    		</div>
    		<?php
    	}
    
    }

    Original post on this topic:

    Essence Pro Hamburger Menu Name Change

    https://skinsens.co.il
    October 10, 2019 at 7:06 pm #493955
    AnitaC
    Keymaster

    The first line says:

    $menu_text = __( 'Menu', 'essence-pro' );

    Remove the word Menu so it looks like this:

    $menu_text = __( '', 'essence-pro' );


    Need help with customization or troubleshooting? Reach out to me.

  • Author
    Posts
Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘Design Tips and Tricks’ is closed to new topics and replies.

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble