tweaks.ffextensionguru.com |
| HOME | ALL TWEAKS |
DISPLAY TWEAKS | GENERAL TWEAKS |
TAB TWEAKS | TWEAKS HOME | CONTACT US |
|
Removing The Search 'Go' Button Removes the Magnifying Glass ('Go') button from the search box
The userChrome.css file is located in the Chrome folder in your profile folder and can be edited with notepad. I would though recommend getting the ChromEdit Plus extension as this makes this process so much easier. Firefox 2
To remove the ‘Go’ Button on the
navigation bar add this line: #go-button-stack { display: none !important; } If you also want to remove the search engine drop-down button as this line:
After you have made
the change and
saved your userChrome.css file, you will need to restart Firefox for
the changes to take effect.
Firefox 3
/*Remove
the search button (magnifying glass) */.search-go-button { display: none !important; } Sources: Firefox 2 | Firefox 3/3.5 |