New Landing How can we help? Atelier How to remove the main menù from a specific page

Viewing 2 posts - 1 through 2 (of 2 total)
  • Posted in: Atelier
  • #316930
    iake
    Member
    Post count: 31

    Hello,
    i would like to remove or hide the main menù from a specific page. In that case the page id is id=13178. Is it possible?
    thx in advance
    Jacopo

    #317008
    David Martin – Support
    Moderator
    Post count: 20834

    WordPress adds the page/post id to the body class.

    Knowing this you can target the page to remove the menu:

    .page-id-13178 #main-navigation {
        display: none;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register