How to Remove Login menu?

Hi, how to remove the login menu? i have built an app for my student.
but there is a Login menu that is quite annoying which we dont usually needed it.
** i understand the Share App menu cannot be removed on the free version. but how about the Login ?

I don’t think there is a way to remove it, except if you don’t put any tabs within the menu. If you don’t put any tabs in the menu, then you should only see the 'I’nfo share button on the home tab.

even the paid version Glide Pro Apps can’t remove that?

Sorry no

Coloca esse código aqui no Rick text:
.nav-bar-root button{visibility:hidden;}#.tabBar{visibility:hidden;}

Hi all, is this feature still not available? I just need to display a Heat List for a competition this weekend and we don’t want people wasting their time trying to log in just to know what time they are competing. I really just wanted a prettier version to display this info than what is currently in use… but now it seems like I won’t be able to use Glide

Try using CSS in a richtext component on every screen. This will hide the Login part on the flyout menu.

[id="flyout-root"] >* >* >* > [role="button"] { display: none; } [id="flyout-root"] >* >* >* > :nth-child(2) { padding: 100px 12px; }

/----- Completely remove ------/

I’ll give this a try, thank you so much!