Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More
Solved المُؤرشفة

Is there a way to hide the hamburger button?

soundwave replied
soundwave

Is there a way to hide the hamburger button?

Is there a way to hide the hamburger button?
Read this answer in context

الحل المُختار

http://userstyles.org/styles/101011/hide-firefox-menu-button

or by using a userChrome.css file

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#PanelUI-menu-button {display: none;}

All Replies (6)

Hello,

What kin of hamburger button you are trying to get rid off?? Is that an add-on ?? Disable or remove Add-ons Unable to install add-ons (extensions or themes)

It's the new menu button that looks like four horizontal lines, in the top right corner of the screen. I thought it was called the hamburger button.

You can do it with Classic Theme Restorer. https://addons.mozilla.org/hu/firefox/addon/classicthemerestorer/

الحل المُختار

http://userstyles.org/styles/101011/hide-firefox-menu-button

or by using a userChrome.css file

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

#PanelUI-menu-button {display: none;}

Thanks very much guys!