Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #411180

    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

    #411313

    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

    #412230
    This reply has been marked as private.
    #413040

    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

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