1. To disable the mouse hover, you can CSS override below (You can refer to this article for more details about CSS override)
.sim_map_area text { cursor: unset !important; }
2. Edit js/mega-interactivemap.js file and search (Ctrl + F) the following code
Before:
tooltip: {isHtml: false,showTitle: toolTitle ,trigger: tooltiphide},
After:
tooltip: {isHtml: false,showTitle: toolTitle ,trigger: 'none'},
Users who have LIKED this post: