On a Facebook Group that I am a member of, one of the group asked “How do I hide the menu on a single page of my website? I am using the divi theme.”
Divi theme hide menu on a single page
To acheive this for a single page you need to add the following code to additional CSS section:
.page-id-67 #main-header{ display:none; }
You will need to amend the 67 to your specific post or page ID.
CSS Igniter Spencer Theme
To achieve for the CSs Igniter Spencer theme you need to add the following code to the additional CSS section:
.page-id-67 .navigation-main {display:none;}
Again you will need to amend the 67 to your specific post or page ID.
If you are using a different theme and are looking to achieve this, please get in touch or comment below and I will try to help you with this.