Hi,
The map’s icon is defined in the cpm-styles.css file, located in “/wp-content/plugins/codepeople-post-map/styles/cpm-styles.css”. You only should open the file in the text editor your choice, and edit the style definition:
.cpm-mapicon { width:20px; height:34px; cursor:pointer;background:url(../images/icons/marker.png) no-repeat 0 0; }
Replaces the image of the icon, by the image you prefer.
Best regards.
Thanks for the quick reply!