At first, thanks for this extension, it make my work easier. How can I change the color of the icon, when I hover this?
lvbs Hi Add this code in /css/custom.css if your template support custom css Or add it at the end of template.css file
.jai-map-container .point .bg:hover{color:#000}
change color code as per needs.
Thanks for your help, it works fine.