Okay
  Public Ticket #2312257
Imag with hotspot pulsing on some browsers
Closed

Comments

  •  1
    cgirwin started the conversation

    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!

  •  3,022
    Andrew replied

    Hi 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. 

  •  1
    cgirwin replied

    This worked, thank you so much!