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

Search Support

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

How to remove all buttons using userchrome.css

  • 3 replies
  • 2 have this problem
  • 72 views
  • Last reply by mrbiggs86
  • Solved

Hi,

i am customizing firefox to roll out across our business and I want it as stripped out as possible.

The only things I havent been able to remove are the 5 buttons in the top right hand corner of the screen (Bookmark this page, Show your bookmarks, Display progress of downloads, home, and settings).

Can anyone help please?

Thanks, Adam

Hi, i am customizing firefox to roll out across our business and I want it as stripped out as possible. The only things I havent been able to remove are the 5 buttons in the top right hand corner of the screen (Bookmark this page, Show your bookmarks, Display progress of downloads, home, and settings). Can anyone help please? Thanks, Adam

Chosen solution

Hi,

Thanks for the response.

I actually did it by using lock pref in mozilla.cfg and specifiying the value for browser.uiCustomization.state

Read this answer in context 👍 0

All Replies (3)

removed the main menu using the below code - just need help getting rid of the bookmarks/downloads/home page icons now :)

  1. PanelUI-menu-button { display: none !important; }

Do you have further questions or were you able to find the IDs of all toolbar buttons?

#PanelUI-menu-button
#bookmarks-menu-button
#downloads-button
#home-button

Chosen Solution

Hi,

Thanks for the response.

I actually did it by using lock pref in mozilla.cfg and specifiying the value for browser.uiCustomization.state