How do I disable the icons on the bookmark toolbar. Some skins do it by default, but my current skin does not. I've looked everywhere and cannot find a solution. I found on for disabling bookmark icons in the menu but not the toolbar. There has to be a way. Any idea's?
Thanks,
Mike
This is really more of a general FF question than something PFF-specific, but since I already know the answer...
In your prefs.js (once FF is closed), add:
user_pref("browser.chrome.site_icons", false);
user_pref("browser.chrome.favicons", false);
Or just enter about:config in the address bar and make the same changes.
Sometimes, the impossible can become possible, if you're awesome!