Tagged: hotspot
Hi There,
I have a quick question – is there a way to stop the hotspots from pulsing and only highlight when user scrolls over the area?
Thanks
Grace
Hi ElementArt!
Add this to your custom CSS.
.av-image-hotspot-pulse {
display: none !important;
}
.av-image-hotspot:hover .av-image-hotspot-pulse { display: block !important; }
Cheers!
Elliott
Thanks Elliott,
That seems to have worked!!