Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #374823

    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

    #375243

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.