Hide navigation

Got something cool to share with AppGini users? Feel free to post it here!
Post Reply
Sergio
Posts: 21
Joined: 2013-01-08 19:22

Hide navigation

Post by Sergio » 2015-11-07 11:22

Halo guys, is there a way to hide the nav bar in appgini?, i mean all the nav that is under custon header and above the data, with the nav menu and signed in user and logoff option...coz i dont need that, but i cant find the code to delete :\ damn oop, and ppl say that is easier to manage than procedural *.*)

peebee
AppGini Super Hero
AppGini Super Hero
Posts: 352
Joined: 2013-03-21 04:37

Re: Hide navigation

Post by peebee » 2015-11-09 00:52

If you just want to hide the entire nav bar, rather than actually deleting it, you could just add some CSS

.navbar {
display: none;
}

Post Reply