• Skip to main content
  • Skip to primary sidebar

WordPress, Genesis Framework and Storefront customization tutorials

  • Free
  • Premium
  • Membership
    • Login
  • Design
  • Blog
  • About
  • Contact
Home » How to remove ‘Menu’ text in Genesis mobile navigation

How to remove ‘Menu’ text in Genesis mobile navigation

2019-11-14 by Gabor Leave a Comment

1) You need to find this file: genesis-sample/config/responsive-menus.php

2) Add this line of code before the line menuClasses:

'mainMenu'    => __( '', 'genesis-sample' ),

3) The full code need to look like this:

return [
	'script' => [
        'mainMenu'    => __( '', 'genesis-sample' ),
		'menuClasses' => [
			'others' => [ '.nav-primary' ],
		],
	],
	'extras' => [
		'media_query_width' => '960px',
	],
];

Filed Under: Free Tagged With: Genesis

Reader Interactions

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

Primary Sidebar

  • Facebook
  • GitHub
  • Instagram
  • LinkedIn
  • Twitter
  • YouTube
WP Rocket - WordPress Caching Plugin
UpdraftPlus Premium

Disclosure: Some of the links in this site are affiliate links. I will be paid a commission if you use this link to make a purchase.

  • Privacy Policy
  • Terms of Service
  • Flames Design
© 2021 WP Flames - All Right Reserved