I am not able to make the circle transparent. How can I do this please? I have tried adding:
.av-hotspot-container .av-image-hotspot-pulse { display: none !important; animation: none !important; }
to the custom CSS on the image, but nothing.
Please assist.
Hi rama1000!
Try this out.
.av-hotspot { background: rgba(255, 255, 255, 0.3) !important; }
Best regards,
Elliott
Elliott,
Thank you for your reply, but it is still not working. I am providing access to the page and site for you to see.
Hey!
You should only enter custom class name into custom CSS field as “custom-hotspot” and then you should add custom CSS code into Quick CSS field as following
.custom-hotspot .av-hotspot-container .av-image-hotspot_inner { background: transparent !important; }
I made the changes for you. Please review your website now
Cheers!
Yigit
Yigit,
Thank you. The circle is still showing and fading. I cant have a bunch of circles over the faces of the team. I just need a hotspot with no glowing circle, that pops up with their name. Can this be done?
Hi!
Please add following code to Quick CSS as well
.custom-hotspot .av-image-hotspot-pulse {
background: transparent;
}
Regards,
Yigit
I’m sorry, it still does not work.
Wait, that fixed it! Thank you!!