X
Tap here to go to the mobile version of the site.

Support Forum

How do I get rid of both the orange icon with firefox and the menu bar?

Posted

I have tried to get rid of both the menu bar and the firefox orange tab because I need neither and I really don't want the extra clutter on my screen. It seems as though if I get rid of one the other comesb back. How do I get rid of both, because if I can't I'll just switch to a different web browser.

Helpful replies

Right-click a blank spot on the Menu Bar and deselect Menu Bar. When the browser is Maximized the Tabs will be up next to the Firefox button.

Go to answer 6

You can use an extension to get a menu button instead of the Firefox menu and possibly remove that button to the toolbar palette.

A possibility is to hide the text label or hide the Firefox menu button completely with code in userChrome.css.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


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

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

#appmenu-button-container { display:none!important; }
Go to answer 2
Post a Reply

Additional System Details

Installed Plug-ins

  • Amazon MP3 Downloader Plugin 1.0.17
  • Google Update
  • iTunes Detector Plug-in
  • Adobe PDF Plug-In For Firefox and Netscape 10.1.4
  • 4.1.10329.0
  • Next Generation Java Plug-in 1.6.0_31 for Mozilla browsers
  • NPRuntime Script Plug-in Library for Java(TM) Deploy
  • DivX Plus Web Player version 2.2.0.52
  • DivX VOD Helper Plug-in
  • NPWLPG
  • The QuickTime Plugin allows you to view a wide variety of multimedia content in Web pages. For more information, visit the QuickTime Web site.
  • Office Live Update v1.5
  • Windows Presentation Foundation (WPF) plug-in for Mozilla browsers

Application

  • User Agent: Mozilla/5.0 (Windows NT 6.0; WOW64; rv:18.0) Gecko/20100101 Firefox/18.0

More Information

the-edmeister
  • Top 10 Contributor
  • Moderator
2737 solutions 21554 answers
Posted

Helpful Reply

Right-click a blank spot on the Menu Bar and deselect Menu Bar. When the browser is Maximized the Tabs will be up next to the Firefox button.

Was this helpful to you? 6
Reply
Posted

Question owner

This doesn't solve my problem at all. My problem was that I didn't want either on my screen. I already knew how to switch between the two.

Was this helpful to you?
Reply
cor-el
  • Top 10 Contributor
  • Moderator
8257 solutions 78163 answers
Posted

Helpful Reply

You can use an extension to get a menu button instead of the Firefox menu and possibly remove that button to the toolbar palette.

A possibility is to hide the text label or hide the Firefox menu button completely with code in userChrome.css.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


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

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

#appmenu-button-container { display:none!important; }
Was this helpful to you? 2
Reply
Posted

Question owner

This kind of helped but eventually I found an add-on that hid the orange firefox tab and doesn't require me to have the menu toolbar up either. Thanks.

Was this helpful to you?
Reply

Post a Reply

You must log in to your account to reply to posts.

Don't have an account? You can create a free account now.