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 get rid of the Bookmarks Drop Down button at the end of my bookmarks toolbar in Firefox 4?

  • 3 replies
  • 10 have this problem
  • 35 views
  • Last reply by cor-el

more options

It's knocking 8 of my bookmarks off for the drop down button. Is there a way to hide that?

It's knocking 8 of my bookmarks off for the drop down button. Is there a way to hide that?

All Replies (3)

more options

To remove the bookmarks button:

  1. Right-click (or hold down control while clicking) on the "Home" button or on an empty space in any toolbar.
  2. Choose "Customize toolbars" from the pop-up menu.
  3. Drag the bookmarks button off of the toolbar and into the "Add or remove items" window.

For more detailed instructions, see Customize Firefox controls, buttons and toolbars

more options

When I do that it removes the entire Bookmarks Toolbar. I just want to remove that bookmarks drop down at the end.

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.

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

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