Burcu Posted January 17, 2023 Posted January 17, 2023 Hello, The image descriptions in gallery lightbox only show on desktop version when hovered over. How can I get them to show by default for tablet and mobile? www.burcugokcek.com Appreciate the help!
tuanphan Posted January 19, 2023 Posted January 19, 2023 Add to Design > Custom CSS @media screen and (max-width:900px) { .yui3-lightbox2 .sqs-lightbox-meta { opacity: 1 !important; background: rgba(0,0,0,0.5) !important; color: white !important; width: 90% !important; position: static !important; right: unset !important; left: 0 !important; position: absolute !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment