Frazzle Posted July 18 Share Posted July 18 Hello I have the 'Grid: Overlay' layout option selected on my portfolio page. I would like the thumbnail images to start as greyscale and return to full colour on when hovered. Additionally i would like the grid to be full width. Currently there is a slight border even with 'width: full' selected. Is there some simple custom CSS to do this? Thank you in advance! Link to comment
Solution Ziggy Posted July 18 Solution Share Posted July 18 Yes, use this Custom CSS: .portfolio-grid-overlay .grid-item .grid-image { filter: grayscale(1); transition:ease-in-out 300ms; } .portfolio-grid-overlay .grid-item:hover { .grid-image { filter: grayscale(0); } } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Frazzle Posted July 18 Author Share Posted July 18 Works perfectly! Thanks so much for the quick reply @Ziggy Ziggy 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