Spletno mesto bo delovalo z omejenimi zmožnostmi, medtem ko na njem izvajamo vzdrževalna dela za vas. Če članki ne rešijo vaše težave in želite zastaviti vprašanje, naša skupnost za podporo čaka na vas na @FirefoxSupport na Twitterju in na /r/firefox na Redditu.

Iskanje po podpori

Izogibajte se prevarantski tehnični podpori. Nikoli vam ne bomo naročili, da pokličete telefonsko številko ali nam pošljete osebne podatke. Sumljivo dejavnost prijavite z gumbom »Prijavi zlorabo«.

Več o tem

how do i make bookmarks smaller in toolbar

  • 4 odgovori
  • 1 ima to težavo
  • 1 ogled
  • Zadnji odgovor od 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

Vsi odgovori (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.