Hello!
Is it possible to use an own picture as hotspot. i would like to use the logo of our event instead of the pulsing white circle.
thx
Hey schoefa2!
Drag a codeblock element to your page and add this inside.
<style type = "text/css">
.av-hotspot-container-inner-wrap > div:nth-child(1) .av-image-hotspot_inner {
background: url("URL to your image") !important;
}
</style>
And then change the “URL to your image” with the correct URL.
If your using multiple hotspots then just copy and paste this part.
.av-hotspot-container-inner-wrap > div:nth-child(1) .av-image-hotspot_inner {
background: url("URL to your image") !important;
}
And change the “1” to “2” or however many hotspots your using.
Regards,
Elliott