you have several options..
A: Create a new page template for your home page
Create a home.php file in your child theme directory, of course without the navigation(wish is included in (wp_head)
B: Unregister the Primary and Secundary Nav
Open your Child theme functions.php file and add this code at the end of the file, just before the closing ?> if there is any. (DO NOT LEAVE ANY BLANK LINE/SPACE after the closing ?> or your code.)
// Unregister Menu
add_action('genesis_after_header', 'remove_nav_bar');
function remove_nav_bars() {
if (is_home()){
remove_action('genesis_after_header', 'genesis_do_nav');
}
}
C: Hiding the menu by CSS
in your style.css
/* Hide Navigation Menu in home page*/
.home #nav, .home #subnav {
display:none;
}
You can use any of this options, of course, option C is the easiest way.
Related Posts:
- How to add code just below opening body tag in Genesis framework
- Adding ads after a certain number of paragraphs within Genesis themework
- Editing or filtering the output of the Genesis navigation
- How to add specific menu on a specific page or pages
- How do I turn a 404 page into an automatic search with the info from the url?
- Second nav is merged with the first in mobile
- WordPress Hide Show Content script and activate/deactivate script on screensize
- Genesis menu position change
- Is it possible to roll back to a previous customization of Genesis?
- How can I eliminate the inline styles included by default with the Genesis framewrok?
- Portfolio-template won’t show items
- Move Archive Title to Entry Title – Genesis
- Modify Genesis Custom Header CSS
- Notice: Undefined variable: thumbnail [closed]
- Issue echoing the site’s title in Genesis child theme
- Passing a Variable to a Function Hooked to Genesis Entry Content
- Genesis loading of html5shiv for IE8
- Responsive menu on genesis theme [closed]
- Multiple loops in Genesis
- How to enable full column width in Genesis layout options
- Genesis framework : how to display the primary sidebar manually?
- Hard-coding a shortcode as the last menu item in primary navigation?
- How to create and set a separate template file for articles in Genesis framework? (WordPress)
- genesis grid loop only showing one column
- Plugin for user comments, star ratings, badge, activity
- Insert custom metatag in all the internal pages of the site, less in the homepage
- Cropping a thumbnail with a Genesis child theme
- Genesis themes: how do alter the markup of post meta on archive pages? [closed]
- Menu disappears with custom post type link
- Getting Genesis Entry Headers Back on Post Tiltes
- Genesis page template with Powerpress
- New Genesis child theme or revise current Genesis child theme [closed]
- How to change title “Search Results for:….” in search results page of genesis?
- Why is my hamburger menu not shown? [closed]
- I want my homepage navbar to have different styling to the rest of my site, how can I do this?
- How to display post title on top of image with Genesis Featured Posts
- How to create a page template that display posts with a certain category in the Genesis Framework?
- Inserting a shortcode into a genesis menu?
- Genesis Style Selector causes PHP warning [closed]
- How do i add logo in wordpress studiopress (glam theme)?
- Adding custom post type archives to a WordPress menu
- Unregister Nav Menu from Child-Theme
- Can I display submenus in groups, using wp_list_pages?
- Keeping parent menu items active in child pages
- Pass a parameter to a menu walker
- Menu is not visible in appearance
- Adding first and last class to Menu on top level only
- How to add (css) classes to only one wp_nav_menu()?
- How do I get my wp_nav_menu single category page to highlight the parent?
- How to insert custom code into wp_nav_menu structure?
- Fake mark a menu item as current_page_item/active in WordPress
- How to add custom menu item on plugin activation?
- Mark menu item as current-menu-item for category
- How to remove some specfic navigation links only from selected page/pages?
- getting parent page id when using custom menu.
- Use menu class in walker function
- Change name & menu_name for Profile in the default menu, w/o altering core files?
- wp-menu ‘automatically add custom taxonomy terms’ like it does for pages? [closed]
- SlickNav – Google Lighthouse Accessibility issue for collapsed menu button
- Creating a navigation menu to see where you are on your website
- Tiles as a navigation
- Custom format nav menu only using div and a
- page menu entry for custom post type
- One menu for frontpage (one pager), and a different menu for posts
- Use custom walker to add taxonomy terms to main nav menu
- Default menu editor with automatic page list
- Switch from hover to click on Twenty Twelve Menu
- Derive child theme from separate theme
- How do add a menu with levels within page [closed]
- Making pages in a menu appear conditionally
- Modify the output of wp_nav_menu in a very specific way?
- Display pictures instead of text in menus
- WordPress Menu – creating a fake link [closed]
- Trouble highlighting correct menu parent with wp_nav_menu classes while viewing “single posts”
- Adding an Anchor Link to a wordpress menu using WPBakery Page Builder
- Bizarre Child Menu Issue on WP Site
- Add div content to my already existing menu
- Menu Items disappearing/being empty on save or post edit
- Circular Menu to show on pages
- dot.com/car1 does work, but dot.com/transport/car1 doesn’t work
- How to select particular menu position in wordpress?
- Menus not visible in Appearance after being registered
- WordPress Main Menu with dynamic url
- Cannot add home page url to menu with #
- Two theme locations for two menus, but only one is showing up
- Contact form field in wordpress menu
- Adding icons next to categories in wp_nav_menu
- Customizing label/title output of admin nav_menu selecter
- Extend Individual Menu on Page Function to individual Submenue on Page Function?
- menu items outside of blog
- Walker for menus
- Change sub-menu css class
- How to add an tag when a menu item is a dropdown(or has a sub-menu) [duplicate]
- Nav Menu Display
- Remove “Next Post” in nav_menu
- $do_not_duplicate is not working in genesis theme
- Menu not Showing on Mobile or While the page is shrinked
- Add A Menu Item To A WP_Nav_Menu Navigation via PHP Function
- Using walker to display all menu branches at once?
- How to add a class directly on a unordered list element that is a primary navigation