Firefox 4.0. Give me a "home" without the text label button please

In Firefox 4.0 the 'Home' button may not appear without the text "home".

If you are unable to keep this hidden text then try this code in userChrome.css

See:

Add code to userChrome.css below @namespace.

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#home-button .toolbarbutton-text { display:none !important; }

You can hide the text on the bookmarks menu button with this code:

#bookmarks-menu-button .toolbarbutton-text { display:none !important; }

Tags: Firefox

Similar Questions

Maybe you are looking for