There doesn't seem to be any articles on this, so I will try to save you time by letting you know. Using firebug, we can inspect the textbox element to see it is a form with the class .gsc-search-box.
To hide the search box simply add this to your css:
.gsc-search-box {
display:none;
}
August 28th, 2010 - 08:01
Hey nice very short ans sweet solution …..Keep it up…
March 13th, 2011 - 19:03
thank you for this very useful blog hope to see it grow bigger soon
March 18th, 2011 - 12:40
me too