Search for: Search Hide the menu bar on specific pages? Viewing 2 posts - 1 through 2 (of 2 total) September 19, 2013 at 10:23 pm September 19, 2013 #16388 squirejParticipant How do you hide the menu bar on specific pages? I am a newbie and don’t understand much of the code stuff so it needs to be very basic! Thanks π September 20, 2013 at 2:29 pm September 20, 2013 #16393 Daniel TaraKeymaster Each page has a unique ID which is added to the <body> tag’s class as page-id-xx (where xx is the page’s ID). Add this to your custom styles: .page-id-xx #access { display: none; } Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to reply to this topic.