Tagged: 

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

    I’m trying to turn OFF the tooltips for my portfolio page thumbnails. I’ve tried using this code, but it doesn’t work:

    .avia-tooltip {
    display: none;
    }

    You can see when you hover over the thumbnails on this page, the tooltip still displays:

    #773982

    Hey!

    Sorry for the late reply!

    Please add Code Block element to your portfolio post and insert following inside it

    <style>
    .avia-tooltip.avia-tt {
        display: none!important;
    }
    </style>

    Best regards,
    Yigit

    • This reply was modified 7 years, 7 months ago by Yigit.
Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.