I found the following in another thread: Blank - No Contact | No Header, Footer
But I’m already pretty far with my one-page and I wouldn’t like to start over. Is there any code I can add to the current page so that the header and top menu aren’t visible?
If that’s not doable but there’s a way do disable it on the whole site then that would be OK too!
Update: I tried adding this code to the css too:
body.postid-10675 .masthead, body.postid-10675 aside.x-sidebar {
display: none !important;
}
body.postid-10675 .x-main {
width: 100% !important;
}
but with no effect.