Cerca nel supporto

Attenzione alle mail truffa. Mozilla non chiederà mai di chiamare o mandare messaggi a un numero di telefono o di inviare dati personali. Segnalare qualsiasi attività sospetta utilizzando l'opzione “Segnala abuso”.

Ulteriori informazioni

Questa discussione è archiviata. Inserire una nuova richiesta se occorre aiuto.

how do i make bookmarks smaller in toolbar

  • 4 risposte
  • 1 ha questo problema
  • 1 visualizzazione
  • Ultima risposta di 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

Tutte le risposte (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.