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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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