adincampbell Posted April 18, 2022 Posted April 18, 2022 Site URL: https://cod-smilodon-fkfw.squarespace.com For the gallery page. I am trying to figure out how to invert the text to white when hovering over grid-overlay so it is visible. So when it fades to black the text inverts to white. Here is the page: https://cod-smilodon-fkfw.squarespace.com
Solution Beyondspace Posted April 19, 2022 Solution Posted April 19, 2022 (edited) 21 hours ago, adincampbell said: Site URL: https://cod-smilodon-fkfw.squarespace.com For the gallery page. I am trying to figure out how to invert the text to white when hovering over grid-overlay so it is visible. So when it fades to black the text inverts to white. Here is the page: https://cod-smilodon-fkfw.squarespace.com Try adding to Home > Design > Custom Css .grid-item:hover h3 { color: #fff; } Let me know how it works on your site Edited April 19, 2022 by bangank36 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted April 19, 2022 Posted April 19, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
adincampbell Posted April 20, 2022 Author Posted April 20, 2022 14 hours ago, bangank36 said: Try adding to Home > Design > Custom Css .grid-item:hover h3 { color: #fff; } Let me know how it works on your site Works great THANKS! Beyondspace 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment