Is there a way to have the hotspot dot completely transparent?
Hey apremierdj,
Thank you for using Enfold.
Yes, that is possible. Just add this css code on the Quick CSS field.
.av-hotspot-container .av-image-hotspot_inner {
background: transparent;
border: 1px solid gray;
}
Best regards,
Ismael
Still has an effect going on. How do I stop that or turn it off?
staging2.stlouisdj.com
So I have got the pulsing to go away but if i hover over, a dot appears. You can find these over the word DJ, Photo, Etc
Hi,
I can’t find any hotspot image in the page. Where did you add the element?
Best regards,
Ismael
I resolved my issue with this:
.page-id-206 .av-hotspot-container .av-image-hotspot {
opacity: 0;
}