Frazzle Posted July 18, 2023 Posted July 18, 2023 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!
Solution Ziggy Posted July 18, 2023 Solution Posted July 18, 2023 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 Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Frazzle Posted July 18, 2023 Author Posted July 18, 2023 Works perfectly! Thanks so much for the quick reply @Ziggy Ziggy 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment