How to remove application menu button? #621
Replies: 8 comments
-
Which menu exactly do you mean? |
Beta Was this translation helpful? Give feedback.
-
I meam this menu. Thanks for your response |
Beta Was this translation helpful? Give feedback.
-
You can use the following custom CSS: @-moz-document url('chrome://browser/content/browser.xhtml') {
#PanelUI-menu-button {
visibility: collapse !important;
}
} You can check instructions for applying custom CSS here. |
Beta Was this translation helpful? Give feedback.
-
Can't get what am I doing wrong. |
Beta Was this translation helpful? Give feedback.
-
You should create a |
Beta Was this translation helpful? Give feedback.
-
Tried to put my file into the
but this menu is still there. Thanks for your response |
Beta Was this translation helpful? Give feedback.
-
Have you enabled Also, if you have multiple profiles inside |
Beta Was this translation helpful? Give feedback.
-
Problem Description
I understand that this menu is important but it is so eye catching and ugly. Is there any way to remove it or maybe hide? I'm just a bit of a perfectionist and I would be very happy to hide it.
Proposed Solution
Additional Information
Beta Was this translation helpful? Give feedback.
All reactions