Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I remove info-window arrow in map?

Here I only want the info box - without arrow:

Here I only want the info box - without arrow.

<info-window id="foo-iw" position="AK">
<div ng-non-bindable>
    <div class="header" ng-click="expand()">
        <span>Alaska <i class="caret"></i>
        </span>
   </div> 
</info-window>
like image 984
Danish Avatar asked Nov 03 '25 09:11

Danish


1 Answers

Add this css:

.gm-style .gm-style-iw-t::after {
    background: none;
    box-shadow:none;
}
like image 67
Harry Avatar answered Nov 05 '25 00:11

Harry



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!