Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1242838

    Hi,

    is it possible to hide the tooltip and the pulse on an image with hotspots on mobile?
    We would like to show the map with the dots, but since we’re using a lot of dots we don’t want to give the suggestion that they’re clickable.

    I found something about hiding the tooltip in the forum, but that didn’t work for me, maybe because we’re using the large tooltip?

    Best regards, Haiko.

    #1242986

    Hey rhae,

    Try adding this to quick css:

    @media only screen and (max-width: 767px)  {
    .av-image-hotspot-pulse {
    display: none!important;
    }}

    Best regards,
    Jordan Shannon

    #1243054

    Hi Jordan,

    thank you, that works for the pulse.
    The tooltip is still there though. Can you help me with some custom css to get rid of that too?

    Best regards, Haiko.

    #1243462

    Hi,

    Add this as well:

    div.avia-tooltip.avia-tt {
    display: none !important;
    }

    Best regards,
    Jordan Shannon

    #1243640

    Great, thanks a lot!

    Best regards, Haiko.

    #1244056

    Hi rhae,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

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