Hi guys,
it is possible to change the shape of the contact box on the map,
because the little tip on the bottom-left side of the box, like an arrow, can make misunderstanding compared to the main central marker on the map.
How can I change the shape in a simple rectangular or square?
Thank you.
Carlo
Comments
to remove this arrow from contact box, please use below css:
.column_map .google-map-contact-wrapper .get_in_touch::after { display: none !important; }