Tagged: hotspot
hallo
Wie kann ich im Custom css den hotspot ohne pulsieren realisieren?
oder sogar ein custom bild(Icon) einfügen?
Gruss und Dank.
Hi welti!
Add this to your custom CSS.
.av-image-hotspot-pulse { display: none !important; }
.av-image-hotspot_inner { background: url("URL to your image") !important; }
And then change “URL to your image” with the correct URL.
Best regards,
Elliott