Remove Menu Temporarily

On darrenclarketavern.com I am trying to set up a coming soon page, is there a way to remove the menu from this page as we just want this to be a one page for now?

Comments

  • Hi,

    to remove menu only from specific page, you need to use custom css:
    .page-id-xxx #Top_bar { display: none !important; }
    where xxx is page ID. But if you would like to remove footer section as well, then we suggest to use Blank page template. More details about page templates, you can find in the documentation (section 4.3).
Sign In or Register to comment.