• Resolved ftperez

    (@ftperez)


    Hello everyone!
    How can I disable the ‘Top Main Menu’? I’d like that just the social profiles appear in the navigation bar.
    Thank you 🙂

Viewing 3 replies - 1 through 3 (of 3 total)
  • Anonymous User 16453565

    (@anonymized-16453565)

    Hey, @ftperez

    To remove the ‘Top Main Menu’ in your wp-content -> themes -> inc folder you find init.php. open file in your editor and comment
    require wp_normalize_path( trailingslashit( get_template_directory() ) ) . ‘inc/core/individual-functions.php’;
    this line. But create a child theme first for all this changes.

    Hope the above will helps you.

    Thanx.

    Theme Author Di Themes

    (@dithemes)

    Hi

    You can hide entire Top Main Menu section using custom CSS :

    #navbarouter {
    display: none;
    }

    To add custom CSS : Appearance > Customize > Additional CSS.

    Also you can create empty menu and assign it to Top Main Menu location.

    Thanks

    • This reply was modified 5 years, 2 months ago by Di Themes.
    Thread Starter ftperez

    (@ftperez)

    Hi,
    Thank you very much! It worked!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Top Main Menu’ is closed to new replies.