How do I hide this?

User Help for Mozilla Firefox
Post Reply
kenw232
Posts: 36
Joined: February 6th, 2006, 4:43 pm

How do I hide this?

Post by kenw232 »

How do I hide the "Bookmarks Toolbar" option in the Bookmarks menu with userChrome.css?

Image
User avatar
dickvl
Posts: 54161
Joined: July 18th, 2005, 3:25 am

Re: How do I hide this?

Post by dickvl »

You can give this code a try:

Code: Select all

#bookmarksToolbarFolderMenu { display:none!important;}
In the "Show your bookmarks" drop-down list:

Code: Select all

#BMB_bookmarksToolbar { display:none!important; }
hoohaa
Posts: 17
Joined: May 22nd, 2013, 8:42 am

Re: How do I hide this?

Post by hoohaa »

Or try this one:


/* REMOVES BOOKSMARKS TOOLBAR IN BOOKMARKS MENU */
#bookmarksToolbarFolderMenu,
#bookmarksToolbarFolderMenu+menuseparator { display:none!important }

it works for me.
User avatar
Grumpus
Posts: 13246
Joined: October 19th, 2007, 4:23 am
Location: ... Da' Swamp

Re: How do I hide this?

Post by Grumpus »

Simpler would be to use /View/Toolbars and un-check Bookmarks Toolbar unless it needs to be something no one can fidget with.
Doesn't matter what you say, it's wrong for a toaster to walk around the house and talk to you
Post Reply