Hello,
I am trying to remove the menu in the top left corner. It has an about and sign-out button that I do not want to use. Is there anyone that has been able to remove this?
Hello,
I am trying to remove the menu in the top left corner. It has an about and sign-out button that I do not want to use. Is there anyone that has been able to remove this?
As far as I know, in the top left corner you will always see either a hamburger menu or an info “i”.
I think this is the trick, I will let others chime in.
Try this trick
Natively, as far as I aware, only a public app without user profiles configuration and no tabs in the hamburger menu will have that option hidden.
We can use CSS to hide that, but you will have to do that for every details view and you can’t use list views. I don’t recommend using CSS to do this since it’s too much work if you have a complex app.
I don’t recommend using CSS because it’s sorcery