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

share this: facebook | twitter | google+ | reddit | email | leave a comment

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 Edited to Configure Firefox





Posted by: | Categories: Mozilla Firefox


Other similar articles that may interest you


Comments

Leave a Comment

(required)