Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Learn More

How do you remove the bookmarks button from the the end bookmarks toolbar? It takes up need space.

  • 7 Mbohovái
  • 1 oguereko ko apañuái
  • 2 Hecha
  • Mbohovái ipaháva cor-el

more options

I use the Bookmarks toolbar on both my Windows and Mac versions of Firefox, but for some reason, the is a Bookmarks icon on the end of my toolbar that takes up space and I don't need it. It's not there on the Windows version. Can I get rid of it? This probably occurred when I downloaded the latest version of Firefox, because it wasn't there previously, and I certainly didn't ask for it.

I use the Bookmarks toolbar on both my Windows and Mac versions of Firefox, but for some reason, the is a Bookmarks icon on the end of my toolbar that takes up space and I don't need it. It's not there on the Windows version. Can I get rid of it? This probably occurred when I downloaded the latest version of Firefox, because it wasn't there previously, and I certainly didn't ask for it.

Opaite Mbohovái (7)

more options

You can remove the Bookmarks Menu button on the Bookmarks Toolbar with code in userChrome.css


Add code to userChrome.css below the @namespace line.

You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.


#personal-bookmarks #bookmarks-menu-button { display:none !important; }

See also:

Moambuepyre cor-el rupive

more options

Sorry, but I don't have a clue what that means. I don't use Chrome. I use Firefox on an I-Mac. Everything is the latest version.

more options

You can open the Toolbar Customize mode and drag that icon into the Palette, to get if off the Bookmarks Toolbar.

https://support.mozilla.com/en-US/kb/How+to+customize+the+toolbar
http://kb.mozillazine.org/Toolbar_customization

more options

I click View, Toolbars, customize, and the toolbar goes away, not allowing me to drag anything, because it's not there. I window pops up giving me options, but I can't see the toolbar. Also, what is a palette?

more options

That Bookmarks Menu button on the Bookmarks Toolbar is part of the Bookmarks Toolbar Items and can't be dragged.
There is a second button (star with a drop marker) in the Customize window (palette) that can be dragged on another toolbar.

The file userChrome.css is a file that allows to customize the user interface and that file has nothing to do with (Google) Chrome, so do not get confused by the name.

See:

You can use the ChromEdit Plus or Stylish extension to have easier access to the customization files.

more options

Cor-el

 Installed ChromeEdit Plus, but it's way too advanced for my skills, and somehow messed up my I-Mac, at least in Firefox.  It has slowed to a crawl, and many normal setting changed.  Could you please tell me how to remove it?

Thanks

more options

See:

Do you remember which changes you made and to which of the three files that can be modified via the extension?

You can find the files userChrome.css and userContent.css in the chrome folder in the Firefox Profile Folder.

Help > Troubleshooting Information > Profile Directory: Open Containing Folder

It shouldn't make any difference for responsiveness if you made the changes and added the above posted code.
The Windows version only shows that Bookmarks Menu button if the menu bar is hidden, but on Mac you also seem to see it when the menu bar is displayed (you can't hide the menu bar on Mac anyway).