Fx 3: Removing The Search ‘Go’ Button

Here is the text you need to copy into your UserChrome.css file:

/*Remove the search button (magnifying glass) */
.search-go-button { display: none !important; }

New Source: Eric Wendelin’s Blog

4 Comments on Fx 3: Removing The Search ‘Go’ Button

  1. Thanks! Just what I was looking for.

  2. Incase you don’t have this one yet.

    Remove the RSS Feed Subscribe button from the address bar.

    #feed-button { display: none !important;}}

  3. How do I remove ANY button. I haven’t been able to do so.

  4. A related but sort of opposite Firefox 3 (v3.5.7, actually) wish: I like clicking to start a search – don’t enjoy tapping the ENTER key. I don’t want to get rid of a clickable “do it”-type icon, I want to have one there all the time. Maybe the proverbial magnifying glass, maybe a GO button – don’t care. Either inside the searchbar field or next to it.

    As it is now, I never see one at any time. Unfortunately I can’t recall whether I ever did anything to get rid of one when I first got Firefox 3. Looking all over the web I can’t even tell whether Firefox 3 was supposed to have one as standard. And I haven’t located any relevant setting, userscript, option, extension, or about:config alteration among my Firefox 3 nooks and crannies. I was hoping this blog’s author or a reader would have a suggestion on how to absolutely/positively put one in?

2 Trackbacks & Pingbacks

  1. Firefox 2.0: How to Remove The Search ‘Go’ Button « Firefox Extension Guru’s Blog
  2. BYIR: April, May & June 2008 « Firefox Extension Guru’s Blog

Comments are closed.