Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

Can I remove the "favicons" attached to the bookmarks on the bookmarks toolbar?

  • 1 svar
  • 6 har detta problem
  • 1 visning
  • Senaste svar av cor-el

more options

So that I can fit more items onto the bookmark toolbar I would like to eliminate the little icons attached to each bookmark. I understand that these are called favicons. Thanks for any help.

So that I can fit more items onto the bookmark toolbar I would like to eliminate the little icons attached to each bookmark. I understand that these are called favicons. Thanks for any help.

Alla svar (1)

more options

Add code to userChrome.css below the @namespace line.
See http://kb.mozillazine.org/Editing_configuration

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

#personal-bookmarks .toolbarbutton-icon {display:none!important}