Hide GD Menu

This topic contains 8 replies, has 2 voices, and was last updated by  José Aros 5 years ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #477689

    José Aros
    Free User
    Post count: 49

    Hello. I need to hide GD Menu. Today I updated GD and now I do not how to do it.

    #477750

    Alex Rollin
    Moderator
    Post count: 27815

    You can adjust the menus in
    WP – Appearance – Menus
    There you can remove individual items, or choose a different menu to display.

    #477856

    José Aros
    Free User
    Post count: 49

    Thanks for your Answer Alex. I tried that but I just have one menu and I put it on the footer. This menu that I am talking about is another one. It has all de pages ( GD and pages that I have to create) and I do not know how to move it from the top of the page. I want to erase it.

    #477864

    Alex Rollin
    Moderator
    Post count: 27815

    In the menu page you will have the option to choose which menu you are editing. Then there is a tab to select where the menu should appear.

    GD doesn’t have additional menu functionality, it only interfaces with the WP Menu system so chances are that the menu is there, you just have to find it.

    If you need help you can include WP Admin in a private reply and we can take a look.

    #477873

    José Aros
    Free User
    Post count: 49
    This reply has been marked as private.
    #477886

    Alex Rollin
    Moderator
    Post count: 27815

    I added an empty menu and that hides the default items there.
    Please check.

    #477892

    José Aros
    Free User
    Post count: 49

    Now It is ok for the desktop version but for the mobile version still appearing the menú icon (3 kinds of vertical lines)

    #477907

    Alex Rollin
    Moderator
    Post count: 27815

    Try this CSS in your customizer
    @media (max-width: 992px)

    
    
    
    .dt-nav-toggle {
        display: none;
    }
    
    #477911

    José Aros
    Free User
    Post count: 49

    It works!! Thank you so much Alex

Viewing 9 posts - 1 through 9 (of 9 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket