Move menu after (below) branding Home › Forums › Omega Child › Move menu after (below) branding This topic has 1 reply, 2 voices, and was last updated 12 years ago by han. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts June 7, 2014 at 5:44 pm #2358 roanna.soldParticipant Hello, I am using the ALPHA theme, and I would like to move the menu from the top of the page, to after (below) the branding section that contains my logo. I know I have to edit the functions.php file, but have no clue as to what code I would have to add/change there to get the desired result. Thank anybody for their help, and I love all the Omega themes 🙂 Roanna. June 9, 2014 at 12:43 am #2364 hanKeymaster Insert these lines into alpha_theme_setup function. remove_action( 'omega_before_header', 'omega_get_primary_menu' ); add_action( 'omega_after_header', 'omega_get_primary_menu' ); Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must login to reply to this topic.