body.page-id-1923 aside.main, body.page-id-1923 header.main {
display: none;
}
Or you could create a custom page template in your theme without the sidebar and header –
PS – flash is dead-
I am not sure how to create a custom page template in my theme. That seems like a lot more work.
I tried adding the code to the Custom CSS area and it didn’t work. Is there something that I could be doing wrong?
Hello Stevencns,
If you want to remove the footer, You can replace the Above css with this one.
body.page-id-1923 aside.main, body.page-id-1923 header.main,body.page-id-1923 footer.main {
display: none;
}