Hi,
Is it possible to setup a page without top menus and sidebar?
Thanks,
Daniel
Just display none the header by css and use the default template in that page .
Add the css from customize -> custom css for that specific page that you would use like this :
http://i.imgur.com/SuYTEcZ.png
Add the css :
.page.page-id-5908 header {
display: none;
}
5908 is the page id of that page that will work on that page only refer to the screenshot .
Wow!! That's is amazing, Mr. Vibe!!
Thank you, guys!!
Marking as resolved and closing the topic .