Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter staralexander

    (@staralexander)

    This would be for our website https://www.sunlightbioelectric.com/SBE/

    thanks for help!

    Theme Author nobita

    (@nobita)

    Hi staralexander

    basic Appearance / Menus
    Create new menu and

    Menu Setting Theme location
    checked.

    Another way

    replacing the regular menu

    remove wp_nav_menu() primary

    Theme option Main Menu
    change from show to hide

    or

    add functions.php

    <?php
    add_filter( 'raindrops_nav_menu_primary_html', '__return_empty_string' );
    ?>

    add template part file after main menu

    Create template file name as ‘hook-after-nav-menu.php’

    Write your new menu.

    Thank you.

    Theme Author nobita

    (@nobita)

    Two weeks have passed since remained without reply, I will change to Resolved.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Spry Menu – how to insert at top of page under header’ is closed to new replies.