Tagged: image with hotspots, map
Hi,
I am using the “Image with Hotspots” on a map with locations (it’s not Google). I do not need either numbers or a white spot to stylize the hot spots but I would like to keep the beating white glow and hovers.
Is it possible to represent the dot with a transparent center, so the abbreviations of the locations on my map are visible? keeping the beat and the hovers?
The link is: http://www.californiayachtprovisions.com/locations/
Thanks,
A
Hi Anaimation!
Try adding this to your custom CSS.
.av-image-hotspot_inner {
display: none !important;
}
Cheers!
Elliott