Hide the menu bar on specific pages?

Viewing 2 posts - 1 through 2 (of 2 total)
  • #16388
    squirej
    Participant

    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

    πŸ™‚

    #16393
    Daniel Tara
    Keymaster

    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.