KeithGee

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Change position of the navigation bar #2531
    KeithGee
    Participant

    Hey Han, I just installed the Omega Child theme and it’s great. I have pasted your code above into the functions.php file in the child theme to position the nav bar below the header, but nothing changes.

    Pasted this code right after this line, so it looks like this:

    endif; // omega_child_theme_setup

    add_action( ‘after_setup_theme’, ‘omega_child_theme_setup’, 11 );

    function child_theme_setup() {
    $prefix = hybrid_get_prefix();
    remove_action( “{$prefix}_before_header”, ‘omega_get_primary_menu’ );
    add_action( “{$prefix}_after_header”, ‘omega_get_primary_menu’ );

    }

Viewing 1 post (of 1 total)