Tagged: blank, image with hotspots
We are working on a map with hotspots and didn’t want the numbers to show. The setting is is set to blank hotspots and we turned off the feature to show the content under the image for small images.
I know we could set the number color to white, but that seems laborious.
Is there a quick css to force the numbers off?
Hey!
Try adding this code to the Quick CSS:
.av-hotspot-container .av-image-hotspot_inner {
font-size: 0;
}
Cheers!
Josue
super, that did the job.
You are welcome, glad to help :)
Regards,
Josue