SachaBaumann Posted February 6, 2020 Share Posted February 6, 2020 Site URL: https://www.hubbyco.com/positively-earnest I'm trying to have the captions on view at all times in lightbox view (from a gallery grid), not just on hover. I don't care if it is overlay or below, it just needs to always be there. Thank you for any help! Link to comment
tuanphan Posted February 6, 2020 Share Posted February 6, 2020 Add to Home > Design > Custom CSS .yui3-lightbox2 .sqs-lightbox-meta { opacity: 1 !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
SachaBaumann Posted February 6, 2020 Author Share Posted February 6, 2020 Thank you Tuanphan, this works! Now that I see it I actually do prefer that it is static below the image, not an overlay. Is this possible? Link to comment
tuanphan Posted February 6, 2020 Share Posted February 6, 2020 5 minutes ago, SachaBaumann said: Thank you Tuanphan, this works! Now that I see it I actually do prefer that it is static below the image, not an overlay. Is this possible? You want to remove overlay? Use this code .yui3-lightbox2 .sqs-lightbox-meta { opacity: 1 !important; background: transparent !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
SachaBaumann Posted February 6, 2020 Author Share Posted February 6, 2020 3 minutes ago, tuanphan said: You want to remove overlay? Use this code .yui3-lightbox2 .sqs-lightbox-meta { opacity: 1 !important; background: transparent !important; } Great, that removed the overlay. And now can the caption move below image? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.