Mozilla Firefox Bookmarks Toolbar Tweaks: Auto-Hide and Multi-Row Toolbar

If you like this article, please share it with your friends and contacts on Google Plus, Facebook and Twitter using following buttons so that they can also enjoy the article:







Email

1. Make Firefox Bookmarks toolbar Auto-hidden:

Open "userChrome.css" file and copy paste following lines at the end of file:

/* Auto-hide bookmarks toolbar */
#PersonalToolbar {visibility: collapse !important;}
#navigator-toolbox:hover > #PersonalToolbar {visibility: visible !important;}

2. Make Firefox Bookmarks toolbar to show in Multiple rows:

Open "userChrome.css" file and copy paste following lines at the end of file:

/* Multi-row bookmarks toolbar*/
#bookmarksBarContent
{display:block !important;}
.places-toolbar-items
{display:block !important;
height: 35px !important;
overflow-y:auto !important;}
#bookmarksBarContent toolbarseparator
{display:inline !important;}
#bookmarksBarContent .bookmark-item
{visibility: visible !important;}
.chevron {height: 0px !important;}

NOTE: To know about the location and more information about "userChrome.css" file go through following link:

List of Files that can be Hacked to Configure Firefox

Other similar articles that may interest you:





This article was posted by in following section: Mozilla Firefox.

If you enjoyed this article, you can subscribe to our RSS feed or free newsletter to get all new articles directly in your Inbox. Also check out our most popular articles and archive to read other interesting articles. If you have some news or tip to share, please send us.


Have You Checked Out Following Popular Articles?

Read More Articles




Readers' Comments

Add a Comment

(required)

Subscribe to our RSS feed or free newsletter to stay updated.