For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!
I'm using apex 5.1.2 and universal theme.
I'm using inline CSS below to remove the navigation bar.
My issue now is I need an option to turn the nav bar on and off on the same page, thanks
.t-Header-branding {
height: 0px
}