Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #358125

    Hello,

    these nice little caption pop-ups of the gallery react very „stick“ on my iPhone. They keep being visible when the lightbox shows off. How can I fix that. And can I shut off these pop-ups in general?

    #358822

    Hey Juergen!

    Thank you for using Enfold.

    Add this on Quick CSS or custom.css to remove the tooltip on mobile device:

    @media only screen and (max-width: 767px) {
    .avia-tooltip { display: none !important; } 
    }
    

    Cheers!
    Ismael

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