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.
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
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.
Hi,
Add this as well:
div.avia-tooltip.avia-tt {
display: none !important;
}
Best regards,
Jordan Shannon
Great, thanks a lot!
Best regards, Haiko.
Hi rhae,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria