• Resolved dominikpoko

    (@dominikpoko)


    Tell me what is the easiest way to remove tooltip from images gallery? Could you help me how to remove or clear title data from div with class .rbs-img-thumbnail-container
    If I use jQuery in my footer it doesn’t work. If I remove this attr tooltip disappear.

Viewing 1 replies (of 1 total)
  • Plugin Author robosoft

    (@robosoft)

    It’s actually no tooltip. It’s the way how browsers show up ALT of the image. It’s core browser functionality and work the same way for all gallery images on webpage.

    if you wish to hide some element permanently , you can try to add such style to the gallery CSS:
    .rbs-img-thumbnail-container {
    display: none;
    }

Viewing 1 replies (of 1 total)
  • The topic ‘remove tooltip’ is closed to new replies.