Would you like to change default map icon (pin)?



 


1. This code below will change default icon to any image (sample 25x25px purple box ) and width / height of your image 


.mh-map-pin .flaticon-pin:before {
content: url(https://dummyimage.com/25x25/ff00ff/fff.jpg)!important;
}
.mh-map-pin,
.mh-map-pin i,
.mh-map-pin i:before {
min-height: 25px!important;
min-width:25px!important;
}


2. In this article, you can find information how to add custom CSS to any WordPress Theme: https://tangiblewp.freshdesk.com/support/solutions/articles/101000373820-how-to-add-css-code-that-is-future-update-compatible


3. Final effect