Tagged: enfold, google map
I have a client who would like the pin marker removed from Google Maps. I used the shortcode to install the map. Any suggestions? Thanks!
Hi trohweder85!
Thank you for using the theme!
You can’t remove it via CSS or by changing options on the theme but you can override the marker image with a transparent PNG format image. Create a png image without anything and make it transparent, suggested size is 22x40px. Upload it as Custom Map Marker Image. If you’re using a shortcode, just add this attribute:
marker='3016'
3016 is attachment id of the image, you can find it on Media > Library panel.
Regards,
Ismael
Perfect! Why didn’t I think of that :) Thanks, Ismael.