dont display nav bar on a particular page.

  • Posted in : Photographer
  • markjohn2079
    Participant

    Is there a way to not display the Nav bar menu on a post or a page?

    cheers

    Mark

    serkan
    Moderator

    Hi,
    You need to add that specific page id class for hiding the navigation bar. Example;

    #page .site-navigation { display: none; }

    Thanks

    markjohn2079
    Participant

    Hi thanks

    so if my page ID was 1127 I would use this ?

    #page1127 .site-navigation { display: none; }

    cheers

    Mark

    serkan
    Moderator

    Hi Mark,
    If it is class you can use .page-id-1127 if it is id class with hashtag you need to use #page1127 .site-navigation { display: none; }
    Thanks

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

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

License required for the following item
Login and Registration Log in · Register