I have used Trello for 10+ years. The new update brings a completely useless navigation bar to the bottom of the screen. How can I hide it?
Hi! Trello doesn’t offer a native option to hide the navigation bar (footer), but if you’re using the web version, you can hide it with custom CSS using a browser extension like Stylus.
Here’s the CSS snippet:
.trello-app-footer { display: none !important; }
Just a heads-up:
• This only works on your browser — not on Trello desktop or mobile apps.
• It’s an unofficial tweak, so use it at your own discretion.
Hope that helps! Are you trying to clean up the UI for focus or for presentation?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
There's no option to natively hide it. It's the new Switcher interface, see: "Board Navigation changes, based on Community feedback".
It appears there are some scripts, addons floating around, or the suggestion to use an element blocker. Not sure what that'd break, and if you use views, you'd need that Switcher, or bookmark those first.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.