Move menu after (below) branding

Home Forums Omega Child Move menu after (below) branding

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2358
    roanna.sold
    Participant

    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.

    #2364
    han
    Keymaster

    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' );
Viewing 2 posts - 1 through 2 (of 2 total)

You must login to reply to this topic.