josefresan Posted February 22, 2022 Posted February 22, 2022 Site URL: https://www.yolandashashaty.com/ Hi, I'm working on this website for a client and have a question for the gallery section. The gallery has a built-in caption in hover but it's not showing on mobile. Is there a way or a code you can share to make the caption show in both mobile and desktop? Thank you!
Beyondspace Posted February 23, 2022 Posted February 23, 2022 22 hours ago, josefresan said: Site URL: https://www.yolandashashaty.com/ Hi, I'm working on this website for a client and have a question for the gallery section. The gallery has a built-in caption in hover but it's not showing on mobile. Is there a way or a code you can share to make the caption show in both mobile and desktop? Thank you! Kindly try adding to Home > Design > Custom Css @media only screen and (max-width: 767px) { .sqs-lightbox-open .overlay-description-visible { bottom: 0 !important; } } Let me know how it works on your site Support me by pressing 👍 if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Beyondspace Posted February 23, 2022 Posted February 23, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
josefresan Posted February 28, 2022 Author Posted February 28, 2022 On 2/23/2022 at 10:08 AM, bangank36 said: My testing Thank you! That worked perfectly!! Is there a way to do the same in the desktop version? So instead of having the caption as hover it appears static underneath the image? Thank again for you help!
tuanphan Posted March 3, 2022 Posted March 3, 2022 On 3/1/2022 at 7:32 AM, josefresan said: Thank you! That worked perfectly!! Is there a way to do the same in the desktop version? So instead of having the caption as hover it appears static underneath the image? Thank again for you help! Use this new code .yui3-lightbox2 .sqs-lightbox-meta { opacity: 1 !important; background: rgba(0,0,0,.7) !important; } @media only screen and (max-width: 767px) { .sqs-lightbox-open .overlay-description-visible { bottom: 0 !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!)
josefresan Posted March 7, 2022 Author Posted March 7, 2022 On 3/3/2022 at 6:48 AM, tuanphan said: Use this new code .yui3-lightbox2 .sqs-lightbox-meta { opacity: 1 !important; background: rgba(0,0,0,.7) !important; } @media only screen and (max-width: 767px) { .sqs-lightbox-open .overlay-description-visible { bottom: 0 !important; } } Thanks, is there a way the static caption could be underneath the image not on top of it? https://www.yolandashashaty.com/abstractpainting/2p8qzithnu2s2g7nu79456b3s0ku3q Thank you!
tuanphan Posted March 10, 2022 Posted March 10, 2022 On 3/7/2022 at 9:37 PM, josefresan said: Thanks, is there a way the static caption could be underneath the image not on top of it? https://www.yolandashashaty.com/abstractpainting/2p8qzithnu2s2g7nu79456b3s0ku3q Thank you! It looks like you figured it out? I see caption under image now 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!)
josefresan Posted March 14, 2022 Author Posted March 14, 2022 On 3/10/2022 at 6:23 AM, tuanphan said: It looks like you figured it out? I see caption under image now It's working on mobile but on desktop it's still shwoing as a overlay on top of the image
tuanphan Posted March 15, 2022 Posted March 15, 2022 17 hours ago, josefresan said: It's working on mobile but on desktop it's still shwoing as a overlay on top of the image Try adidng to Design > Custom CSS .yui3-lightbox2 .sqs-lightbox-meta { opacity: 1 !important; bottom: 0 !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!)
josefresan Posted March 21, 2022 Author Posted March 21, 2022 On 3/15/2022 at 1:00 AM, tuanphan said: Try adidng to Design > Custom CSS .yui3-lightbox2 .sqs-lightbox-meta { opacity: 1 !important; bottom: 0 !important; } Thanks, tried the code but now the caption is fixed on top of the image and not underneath https://www.yolandashashaty.com/abstractpainting/ukdt7ust3sr2bvw7ewzjm8m6tit0v5
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment