I want to remove the google logo from googlemap search bar and also instead of search button i want to put custom image.Please follow the link
http://googlemapsapi.blogspot.com/2007/11/introducing-googlebar.html
for your re开发者_运维知识库ference.
Thanks
To hide logo apply css style to ".gels-logo" Css class.
.gels-logo{display:none;}
if possible use jQuery and remove value of button
$(".gels-button").val("")
and apply style to gels-button css class too.
But, it is not good ideas to remove Google's logo
精彩评论