Hi @fersitio, we are looking at the possibility of adding this to the plugin in a future release, but for now you could achieve this with some custom CSS like this:
body #hotspot-8003 .leaflet-container,
body #hotspot-8003 .hotspots-image-container {
background: transparent;
}
NOTE: the number 8003
is an example, but you would need to replace it with the one for your site. If you view HTML source and search for hotspots-image-container
you’ll see a number like hotspot-123
and you’ll need to use that one instead of the 8003
provided above
If you’re not familiar with adding CSS to your site, we have a quick guide here: https://wpdrawattention.com/guides/adding-custom-code/
Please let us know if you have any questions!
Thanks,
Nathan