Hide menu

Hi, I am building a minisite for a conference. Basically it's just a page with an invitation and a form that saves the information in the wordpress database. I therefore do not need the menu appearing. I am already very close by using the "EMPTY" Header type, but the three bar icon is still appearing. Is there a way to hide it? It has to work in both desktop and mobile version.

Thanks,

Edwin 

Comments

  • Hi Edwin,

    to remove this three bar menu icon, please use below css:
    #Top_bar a.responsive-menu-toggle { display: none; }
    However you can also use "Blank" template instead of default while you create page and then you will get only things that you will create on page without any other additional things.
Sign In or Register to comment.