CSS CODE
If you would like a one-page app, you can remove the header menu using this code in the CSS box under the colour tab.
.has-header {
top: 0px !important;
}
.platform-ios.platform-cordova:not(.fullscreen) .has-header {
top: 20px !important;
}
ion-nav-bar {
display: none;
}