dont display nav bar on a particular page. Posted in : Photographer markjohn2079Participant 23 January 2017 at 11:03 #46796 Is there a way to not display the Nav bar menu on a post or a page? cheers Mark serkanModerator 23 January 2017 at 12:22 #46807 Hi, You need to add that specific page id class for hiding the navigation bar. Example; #page .site-navigation { display: none; } Thanks markjohn2079Participant 23 January 2017 at 13:55 #46812 Hi thanks so if my page ID was 1127 I would use this ? #page1127 .site-navigation { display: none; } cheers Mark serkanModerator 24 January 2017 at 11:55 #46821 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 Photographer WordPress Themeby pixelwars Login and Registration Log in · Register