If you have created a page in the LiveEditor but don\’t want the header or logo to show up (you want to remove that whole section and just show a top or bottom navigation) you need to use a little custom css
Follow these steps:
1. Go to Page Settings > Other Scripts > and select “Custom CSS” from the dropdown
2. Paste in this content into the box:
.banner{display:none;}
3. Save the page (your page will refresh and the banner/header/logo will be gone)
Please note that this only applies to pages built with our LiveEditor, and if you use this code this will also hide any “alongside navigation” so only top or bottom navigation bars will show up