Liel Posted February 7, 2021 Posted February 7, 2021 Site URL: https://triangle-turtle-52ba.squarespace.com/artists/jean-baptiste-bernadet Hello everybody, Is there a way I can add caption that would be shown on mobile? Look at this page on my website, https://triangle-turtle-52ba.squarespace.com/artists/jean-baptiste-bernadet the caption is working only when hovering the big image on desktop, but on mobile it doesn't show up. Any way to fix it? Thanks
tuanphan Posted February 8, 2021 Posted February 8, 2021 Hi. I don't see caption on hover here. Can you enable it? We can check easier 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!)
Liel Posted February 8, 2021 Author Posted February 8, 2021 I meant the caption when you click on the image and the Lightbox open. Have you seen it?
tuanphan Posted February 8, 2021 Posted February 8, 2021 You can click dot icon to show up caption. You can add this code to Design > custom css to increase dot size & color a.sqs-lightbox-meta-trigger { font-size: 90px !important; color: red !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!)
Liel Posted February 8, 2021 Author Posted February 8, 2021 Thank you! Is there a way to show the caption all the time without the needed click?
tuanphan Posted February 9, 2021 Posted February 9, 2021 21 hours ago, Liel said: Thank you! Is there a way to show the caption all the time without the needed click? Add to Design > Custom CSS @media screen and (max-width:640px) { .sqs-lightbox-meta.overlay-description-visible { bottom: 0 !important; opacity: 1 !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
Archived
This topic is now archived and is closed to further replies.