Hi there,
No matter what I do to the settings, the hotspots stay open once hovered over. I want them to pop up on hover and then be gone.
Can you help?
Hey BrendaSarg,
Thank you for the inquiry.
The hotspot tooltip is supposed to display on hover and automatically hide on mouse leave. Please make sure that the Advanced > Animation > Show Tooltips settings of the hotspot element is set to the first option. And please make sure to upgrade the theme to version 4.9.1.
Best regards,
Ismael
Hi,
Thank you for your patience, this was due to this css in your Quick CSS:
.page-id-195 .avia-tooltip.avia-tt {
display: block!important;
opacity: 1!important;
}
I commented it out for you, please clear your browser cache and check.
Best regards,
Mike
Thanks so much – appreciate it!