Cari Bantuan

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.

Pelajari Lebih Lanjut

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

  • 1 balas
  • 6 memiliki masalah ini
  • 1 kunjungan
  • Balasan terakhir oleh 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.

Semua Balasan (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}