Skip to content

Instantly share code, notes, and snippets.

@topleague
Created August 17, 2019 02:32
Show Gist options
  • Save topleague/bfd51820ce3a21c0e3dfe919ede55343 to your computer and use it in GitHub Desktop.
Save topleague/bfd51820ce3a21c0e3dfe919ede55343 to your computer and use it in GitHub Desktop.
Remove Word “MENU” in Genesis 3.0
return array(
'script' => array(
'mainMenu' => __( '', 'genesis-sample' ),
'menuClasses' => array(
'others' => array( '.nav-primary' ),
),
),
'extras' => array(
'media_query_width' => '960px',
),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment