clancyjack Posted September 17, 2019 Share Posted September 17, 2019 When I click on an instagram post in my instagram block it brings the image up full screen. However it is showing the instagram text as a caption below. I want to remove this and only show the image. I would also like to bring the next/previous arrows closer but am not sure if thats possible? Link to comment
tuanphan Posted September 17, 2019 Share Posted September 17, 2019 You can try custom code, but you should share url to check code @clancyjack 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!) Link to comment
clancyjack Posted September 18, 2019 Author Share Posted September 18, 2019 @tuanphan the URL is https://clover-grouper-ndjg.squarespace.com/homepage Ok great. Do you have a custom code for that? Link to comment
tuanphan Posted September 18, 2019 Share Posted September 18, 2019 @clancyjack your site is private. Please setup password & share url. See how to: https://beaverhero.com/squarespace-how-to/#HowtoSetupPasswordShareSiteURL 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!) Link to comment
clancyjack Posted September 18, 2019 Author Share Posted September 18, 2019 @tuanphan Oh god sorry! Password is hello123 https://clover-grouper-ndjg.squarespace.com/homepage Link to comment
tuanphan Posted September 18, 2019 Share Posted September 18, 2019 @clancyjack Add this code to Home > Design > Custom CSS .sqs-lightbox-meta { display: none !important; } If the code worked, please Accept Answer. Thanks. 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!) Link to comment
clancyjack Posted September 18, 2019 Author Share Posted September 18, 2019 @tuanphan awesome that worked! Is there anyway of bringing the left and right arrows in a bit and also making them always appear. Link to comment
tuanphan Posted September 19, 2019 Share Posted September 19, 2019 @clancyjack Add to Home > Design > Custom CSS /* make arrows always visible */ .yui3-lightbox2 .sqs-lightbox-next, .yui3-lightbox2 .sqs-lightbox-previous { opacity: 1 !important; } /* Move arrows icon */ .yui3-lightbox2 .sqs-lightbox-next { right: 35%; } .yui3-lightbox2 .sqs-lightbox-previous { left: 35%; } 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.