开发者

Remove the google logo from Google Map search bar

开发者 https://www.devze.com 2023-03-23 18:43 出处:网络
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

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

精彩评论

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

关注公众号