Support » Plugin: Lightbox Gallery » remove captions on hover

Viewing 3 replies - 1 through 3 (of 3 total)
  • I have the same question. The hover style is terrible. I wanna change that.

    Thread Starter cliepelt

    (@cliepelt)

    It took some searching, but I finally found the answer. This post led me to the hover caption id (#tooltip).

    So to turn the tooltips off entirely you can use this CSS:

    #tooltip {
    	display: none !important;
    }

    Caioxavier, I’d recommend you check out the above URL, as I think it should lead you to the path you need to change the style as well.

    Thank you cliepelt, I’m gonna check that.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘remove captions on hover’ is closed to new replies.