MediaSoldier Posted December 27, 2006 Share Posted December 27, 2006 (edited) Is there a way to remove favicons on tabs only? ive searched google but had no luck up to now. Edited December 27, 2006 by Godsmack Link to comment Share on other sites More sharing options...
SICKZ Posted December 31, 2006 Share Posted December 31, 2006 /*Hide web icons on tab*/ .tabbrowser-tabs .tab-icon { display: none; } Link to comment Share on other sites More sharing options...
wintallo Posted January 11, 2007 Share Posted January 11, 2007 where do you use that code? Link to comment Share on other sites More sharing options...
Stalk3r Posted January 11, 2007 Share Posted January 11, 2007 where do you use that code? X:\Documents and Settings\%USERNAME%\Application Data\Mozilla\Firefox\Profiles\########.default\chrome\userChrome.css Link to comment Share on other sites More sharing options...
Andy07 Posted January 11, 2007 Share Posted January 11, 2007 is there a way to hide icons all together in bookmarks folder and on toolbar/address bar? Link to comment Share on other sites More sharing options...
sdb815 Posted January 21, 2007 Share Posted January 21, 2007 is there a way to hide icons all together in bookmarks folder and on toolbar/address bar? Type about:config in the address bar and do a search for "icons". Change "browser.chrome.favicons" and "browser.chrome.site_icons" to false. Link to comment Share on other sites More sharing options...
Recommended Posts