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

Here are 2 great tips for Mozilla Firefox users. If you use Bookmarks to store your favorite websites links in Firefox, this topic will definitely help you.

Today in this tutorial, we are going to tell you how to make Bookmarks toolbar auto-hidden and how to make Bookmarks toolbar to show in multiple rows in Firefox.

So without wasting time, lets share the tricks:

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, subscribe to our RSS feed or free newsletter to get all new articles directly in your Inbox. Also check out our popular articles and archive to read other interesting articles.


Best and Most Popular Articles

Read More Articles



Readers' Comments

Add a Comment

(required)