adincampbell Posted April 18, 2022 Share 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 Link to comment
Solution Beyondspace Posted April 19, 2022 Solution Share 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 (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted April 19, 2022 Share Posted April 19, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
adincampbell Posted April 20, 2022 Author Share 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 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment