Tagged: http://gabrielseiden.com
Hi,
I’m working on a redesign of my site and I’d like to use a full page image with a hotspot. Rather than having a circle hotspot appear, I would like the hover text to appear. Can you point me in the right direction?
Thanks,
Gabe
Hi connect4consulting!
Try adding this to your custom CSS.
.avia-tooltip {
display: block !important;
opacity: 1 !important;
visibility: visible !important;
}
.av-image-hotspot { display: none !important; }
Regards,
Elliott
Hi!
Hmm, it looks like you have to hover over it at least once so the tooltip gets initialized. That’s going to be more difficult.
If you use just this.
.avia-tooltip {
display: block !important;
opacity: 1 !important;
visibility: visible !important;
}
Then it should stick on the page after you hover over it once.
Cheers!
Elliott