Hello,
I want the hotspot pulse not visible. I tried several quick CSS ideas from the forum, but no success.
Suggestions?
Thanks,
Terry
Hey Terry,
Try this code in the General Styling > Quick CSS field:
.av-image-hotspot-pulse {
display: none!important;
}
.av-image-hotspot_inner {
opacity: 0;
}
Best regards,
Mike
Hmmm –
No effect (I cleared cache also)
Terry
Mike,
Had a plugin conflict. Fixed now – Thanks,
Can you help with one additional ask?
There is a small triangle that points to where the hotspot is. Can that be removed from display?
Thanks.
Hi,
Try adding this css code in Quick CSS:
#top .av-hotspot-container span.avia-arrow-wrap {
display: none;
}
Hope this helps.
Best regards,
Nikko
Hi Nikko,
Did not work.
Any other ideas?
Thanks,
Hi,
Please try this instead:
.av-hotspot-container span.avia-arrow-wrap {
display: none !important;
}
.av-image-hotspot_inner {
opacity: 0 !important;
}
Best regards,
Rikard
That did it!
Thanks.
Terry
Hi,
Glad we could help!
Please take a moment to review our theme and show your support https://themeforest.net/downloads
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)
Best regards,
Vinay