I'm using apex 5.1.2 and universal theme.
As of now I'm using css below to remove the nav bar but for 1 page of mine I need to turn it on and off.
.t-Header-branding {
height: 0px
}
also for the navigation menu I can only turn it off in a page property.
Thanks