Vanwege onderhoudswerkzaamheden die uw ervaring zouden moeten verbeteren, heeft deze website beperkte functionaliteit. Als een artikel uw probleem niet verhelpt en u een vraag wilt stellen, kan onze ondersteuningsgemeenschap u helpen in @FirefoxSupport op Twitter en /r/firefox op Reddit.

Zoeken in Support

Vermijd ondersteuningsscams. We zullen u nooit vragen een telefoonnummer te bellen, er een sms naar te sturen of persoonlijke gegevens te delen. Meld verdachte activiteit met de optie ‘Misbruik melden’.

Meer info

Deze conversatie is gearchiveerd. Stel een nieuwe vraag als u hulp nodig hebt.

I only want icons on my bookmark toolbar

  • 3 antwoorden
  • 6 hebben dit probleem
  • 27 weergaven
  • Laatste antwoord van DizzyJordan

more options

A lot of people ask to remove the icons on their bookmark toolbar, I want to know a way to remove text off of my bookmark toolbar. It takes up a tonne of space and if I did not know what these bookmarks were I would not have them on. The icon tells me all I need to know and I want to have more icons on that bar so it is quicker to access what I need and use regularly and the text is preventing me from doing this. Is there any way to do this easily? Or, as I am not too tech savvy, a step by step process anyone knows of to remove the text? Thanks to anyone that replies in advance.

A lot of people ask to remove the icons on their bookmark toolbar, I want to know a way to remove text off of my bookmark toolbar. It takes up a tonne of space and if I did not know what these bookmarks were I would not have them on. The icon tells me all I need to know and I want to have more icons on that bar so it is quicker to access what I need and use regularly and the text is preventing me from doing this. Is there any way to do this easily? Or, as I am not too tech savvy, a step by step process anyone knows of to remove the text? Thanks to anyone that replies in advance.

Gekozen oplossing

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

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

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

#personal-bookmarks .bookmark-item > .toolbarbutton-text { display:none !important; }
Dit antwoord in context lezen 👍 2

Alle antwoorden (3)

more options

You can edit the text of your bookmarks or remove it completely by right-klicking on the bookmark and choosing "Properties". Just edit or remove the text in the "Name" field.

more options

Gekozen oplossing

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

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

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

#personal-bookmarks .bookmark-item > .toolbarbutton-text { display:none !important; }
more options

I am so stupid, I went on that thing a million times... Thank you very much :)