How to remove the menu button?

Apologies if this sounds amaturish but is it possible to remove or hide the menu button on the bottom of the screen (preferably while keeping and renaming the system menu)? The skill menu isn’t required for my project and having it there will be distracting for players.

Hello : ) Unless I’m misunderstanding you, you should be able to hide that button in your main.css file by adding

#menu-menu-button {
  visibility: hidden;
}
3 Likes