junomat Posted September 23, 2023 Posted September 23, 2023 Why is it in mobile (on my iPhone) there's a DOT on the bottom right corner to view the text after you click on the image (two step process), but when I preview the mobile version on my desktop it displays the text, as it should? How do I get the mobile to display the Lightbox text when image is clicked on? Is it a CSS thing? Or a bug? Thank you!
junomat Posted September 23, 2023 Author Posted September 23, 2023 Never mind, I found this! And it worked: // Shows the captions all the time .sqs-lightbox-meta.overlay-description-visible { bottom: 0px !important; } // Hide the "dot" I'm using the Dark lightbox, so I color the dot dark, which blends in with the background. a.sqs-lightbox-meta-trigger { color:#111 !important; } Beyondspace and tuanphan 2
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment