Genesis menu position change

Sorry for silly question, I’m pretty new in WordPress and Genesis. I want to move Genesis menu above header. How can I do that?

Related posts

Leave a Reply

1 comment

  1. Just add the snippets in Genesis Theme function, in functions.php

    remove_action('genesis_after_header','genesis_do_nav');
    add_action('genesis_before_header','genesis_do_nav');