Comments 1cgirwin started the conversationFebruary 26, 2020 at 10:16pmThe hotspot on the image pulses on Chrome, but not Safari. I would actually like to remove the pulsing animation entirely, is there a way to do that? Thanks! 3,022Andrew repliedFebruary 27, 2020 at 5:52amHi cgirwin,Could you try and use the following CSS to remove the pulsing in chrome: .nectar_image_with_hotspots[data-stlye="color_pulse"][data-hotspot-icon="numerical"] .nectar_hotspot.pulse:before, .nectar_image_with_hotspots[data-stlye="color_pulse"][data-hotspot-icon="plus_sign"] .nectar_hotspot:before { -webkit-animation:none; animation:none; } add it to salient \ general settings - css script related - custom css code.Hope this helps. 1cgirwin repliedFebruary 28, 2020 at 9:50pmThis worked, thank you so much! Sign in to reply ...
The hotspot on the image pulses on Chrome, but not Safari. I would actually like to remove the pulsing animation entirely, is there a way to do that? Thanks!
Hi cgirwin,
Could you try and use the following CSS to remove the pulsing in chrome:
add it to salient \ general settings - css script related - custom css code.
Hope this helps.
This worked, thank you so much!