Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, 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 do I change the firefox orange tab to another colour?

  • 2 replies
  • 11 have this problem
  • 2 views
  • Last reply by cor-el

more options

I would like to change the firefox tab colour. I did find an app that does this but I'd like to find out of firefox has its own setting first... I don't mean text colour or the colour of things on web sites, I just mean the tab on the menu...

I would like to change the firefox tab colour. I did find an app that does this but I'd like to find out of firefox has its own setting first... I don't mean text colour or the colour of things on web sites, I just mean the tab on the menu...

All Replies (2)

more options

This addon is for you:

https://addons.mozilla.org/en-US/firefox/addon/app-button-color/

thank you

Please mark "Solved" the answer that really solve the problem, to help others with a similar problem.

more options

I use code in userChrome.css to remove the Firefox text and change that button in the Firefox logo.


#appmenu-toolbar-button { list-style-image: url("chrome://branding/content/icon16.png"); }
#appmenu-toolbar-button > .toolbarbutton-text { display: none!important; }