Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #270512

    Hi Guys

    I am using Enfold Boxed and I am trying to create a few pages that have no menu in the header so the user is trapped on that page. The only way for the user to get off that page is to either click the back button or close the page down.

    Is there a way for the menu not to show with some CSS code using the page ID?

    Any help would be very much appreciated

    Thanks

    Peter

    #270530
    .page-id-99 .main_menu {
        display: none;
    }
    #270534

    Awesome!

    It worked perfectly. Just what I needed.

    Thanks for your quick and great support

    Kindest regards

    Pete

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Enfold Boxed – Page without navigation’ is closed to new replies.