How to remove close icon of info window in google map. I tried to remove this icon, but couldn't find id or class for that.
So can anyone help me to remove close icon from info window?
This worked for me with just css
.gm-ui-hover-effect {
display: none !important;
}
You can hide close button with CSS:
.gm-style-iw + div {display: none;}
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With