Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #375615

    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

    #375765

    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

    #376065

    Thanks Elliott,
    That seems to have worked!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Rollover Hotspots’ is closed to new replies.