Pink Floyd Veteran Posted December 29, 2006 Veteran Share Posted December 29, 2006 Hello all, I am trying to hide the Bookmark toolbar folder menu item but it doesn't work I have this line in my CSS file menu[label=Bookmarks Toolbar Folder] { display: none !important; } no luck any ideas? Link to comment Share on other sites More sharing options...
BinaryFragger Posted December 29, 2006 Share Posted December 29, 2006 Try the follwing instead: menu[label=Bookmarks] {display: none !important;} Link to comment Share on other sites More sharing options...
Pink Floyd Veteran Posted December 29, 2006 Author Veteran Share Posted December 29, 2006 doesn't work neither :/ Link to comment Share on other sites More sharing options...
BinaryFragger Posted December 29, 2006 Share Posted December 29, 2006 My apologies, my instructions will hide the entire Bookmarks menu, which isn't what you're looking for. I found an older thread in regards to this: https://www.neowin.net/forum/index.php?showtopic=464813 I tried the menu[label=Bookmarks Toolbar Folder] method with my Firefox 2.0.0.1 installation, but it didn't work. Maybe it only works with Firefox 1.x. Link to comment Share on other sites More sharing options...
Pink Floyd Veteran Posted December 29, 2006 Author Veteran Share Posted December 29, 2006 that is what I think also. I didnt find any working way on 2.0 Link to comment Share on other sites More sharing options...
Recommended Posts