Is there a way to disable favicons?

jnrz81's Avatar

jnrz81

15 Aug, 2013 04:36 PM

I looked for the option in about:config, but couldn't find it. I would like to have them disabled on the bookmark toolbar or just disabled in general.

  1. Support Staff 1 Posted by Chris (chtrusch... on 15 Aug, 2013 04:56 PM

    Chris (chtrusch)'s Avatar

    You can do this with a user CSS. Add this to userChrome.css after quitting TFF:

    /* Kill bookmark icons in the Personal Toolbar */ toolbarbutton.bookmark-item > .toolbarbutton-icon {
    display: none !important;
    }

    There's much more you can customize, look here: http://www-archive.mozilla.org/unix/customizing.html. If you need guidance I'll be glad to help.

  2. 2 Posted by jnrz81 on 16 Aug, 2013 01:20 AM

    jnrz81's Avatar

    It's not working for me. I might have placed the CSS in the wrong place. Is this correct?

    TenFourSquare > Content > MacOS > Chrome > userChrome.css

  3. Support Staff 3 Posted by Chris (chtrusch... on 16 Aug, 2013 10:14 AM

    Chris (chtrusch)'s Avatar

    The CSS file should look like the one I attached, and it goes into the Chrome folder of your Firefox folder in Application Support:
    ~/Users/[your user name]/Library/Application Support/Firefox/Profiles/xxxxxxx.default/chrome Remember, quit the browser before you change anything, otherwise it's going to be overwritten.

  4. 4 Posted by jnrz81 on 16 Aug, 2013 11:03 PM

    jnrz81's Avatar

    It worked! Thank you very much. : )

  5. Support Staff 5 Posted by Chris (chtrusch... on 09 Sep, 2013 02:41 PM

    Chris (chtrusch)'s Avatar

    Good to know. I'll close this tickt, if you have any more questions about this, just re-open it.

  6. Chris (chtrusch) closed this discussion on 09 Sep, 2013 02:41 PM.

Comments are currently closed for this discussion. You can start a new one.

Keyboard shortcuts

Generic

? Show this help
ESC Blurs the current field

Comment Form

r Focus the comment reply box
^ + ↩ Submit the comment

You can use Command ⌘ instead of Control ^ on Mac