Tagged: gallery, image description, Lightbox
Hi, First of all this seems to be a glitch that’s only on mobile. I’ve created an image gallery, and the caption displays above the image in the gallery when you hover / touch (which I want), but when i click on the image to bring up the lightbox, the caption from the first image stays active when you scroll through the gallery by clicking the arrows only (overlaid / obstructing the image) – BUT if you tap on the image (center) rather than the arrows, it disappears. The lightbox already displays the caption / description below, which is what I want, so i’d like that hovering caption box to disappear when you open up the lightbox.
Hey empiread201,
Add this to quick css:
@media only screen and (max-width: 767px) {
.avia-tooltip{
display:none!important;
}}
Best regards,
Jordan Shannon
Thanks! That worked!