This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

how do i make bookmarks smaller in toolbar

  • 4 replies
  • 1 has this problem
  • 1 view
  • Last reply by cor-el

more options

i know there is a way to make the bookmarks smaller so you can fit more on there but i cant remember what to do

i know there is a way to make the bookmarks smaller so you can fit more on there but i cant remember what to do

All Replies (4)

more options

According to me, the easiest way is to rename each bookmark with a shorter name (or delete the whole name if the website is recognizable with icon only). To do that, right-click on a bookmark > Properties, then change the text in the "Name" field.

more options

You can restyle the Bookmarks Toolbar using custom style rules, for example, to hide the site icon or change the font. However, if you want full control of the bar, you may want to use an add-on. For example:

https://addons.mozilla.org/firefox/addon/roomy-bookmarks-toolbar/

more options

Check this out;

Multirow Bookmarks Toolbar Plus {web link} Display your Bookmarks Toolbar in more than one row! Be smart about hiding text and only showing favicons, displaying website info as tooltips. Auto hide the Bookmarks Toolbar.

Multirow Bookmarks Toolbar Plus web site {web link}

more options

You can also consider to organize the bookmarks in folders.


Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#personal-bookmarks .bookmark-item:not([container]) .toolbarbutton-text { display:none!important; }

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.