Google Map Contact Box customization
Hello,
I would like to ask how it is possible to customize the Contact Box displayed on Google Map.
Specifically:
- How can I make the Contact Box wider?
- How can I replace the paperclip (attachment) icon with a Facebook icon?
- How can I display only a short clickable name instead of showing the full Facebook URL?
Best regards
Steve
Comments
Hi,
1) Please use the following CSS code:
.google-map-contact-wrapper .get_in_touch{ width: 300px; }2) Unfortunately, there is no option to do that, but we will consider adding such an option.
3) It might not be so an elegant solution, but you can try this CSS:
.get_in_touch_wrapper .www a:after{ content:"your text"; visibility: visible; font-size: 16px; } .get_in_touch_wrapper .www a{ font-size: 0; }Best regards
Hi,
Best,
Steve