hannahmunby Posted October 31, 2019 Share Posted October 31, 2019 Hi there, I am building a website for a client and they have asked that the gallery grid lightbox 'X' is darker and the left and right arrows are darker and are visible all the time (rather than only on hover). I have scoured the forum and can't seem to find a code that works for the site. The template is Foster. The website is https://apricot-frog-pc6a.squarespace.com Password: lynne.2019 An example of this can be viewed on any of the pages under 'work'. Any help would be greatly received! Many thanks, Hannah Link to comment
colin.irwin Posted October 31, 2019 Share Posted October 31, 2019 Add the following to your custom css area after any code that may already be there // Change color of close, next and prev icons .sqs-lightbox-close, .sqs-lightbox-next, .sqs-lightbox-previous { &:before { color: #000 !important; // Substitute whichever color you want - I have set it to black #000 } } // Force arrows to always be visible .sqs-lightbox-next, .sqs-lightbox-previous { opacity: 1 !important; } If you're looking for a Squarespace Developer, drop me a line. Link to comment
hannahmunby Posted November 3, 2019 Author Share Posted November 3, 2019 On 10/31/2019 at 10:47 AM, colin.irwin said: Add the following to your custom css area after any code that may already be there // Change color of close, next and prev icons .sqs-lightbox-close, .sqs-lightbox-next, .sqs-lightbox-previous { &:before { color: #000 !important; // Substitute whichever color you want - I have set it to black #000 } } // Force arrows to always be visible .sqs-lightbox-next, .sqs-lightbox-previous { opacity: 1 !important; } Thank you so much @colin.irwin - I will give that a go! 🙂 Link to comment
BureauSF Posted April 10, 2020 Share Posted April 10, 2020 Thanks, @colin.irwin this works like a charm! Is there a way to up the size of the arrows or make them more visible in weight? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.