开发者

Remove the google logo from Google Map search bar

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜