How To Move Navigation Menu in Genesis Wodpress Theme.Genesis is best theme for seo and design if you have some problem to move Primary or Secondary Navigation menu then here are the codes to move them.



Move Navigation Menu

/** Move primary nav menu */
remove_action( 'genesis_after_header', 'genesis_do_nav' );
add_action( 'genesis_before_header', 'genesis_do_nav' );


Move Secondary Navigation Menu

/** Move secondary nav menu */
remove_action( 'genesis_after_header', 'genesis_do_subnav' );
add_action( 'genesis_before_header', 'genesis_do_subnav' );


 

More code and customization will post soon.

0 comments:

Post a Comment