SimonFr Posted September 8, 2022 Share Posted September 8, 2022 Site URL: https://freedomofmovement.squarespace.com/ Hello, I am in the process of building a site and would need your help. I am using the Growwell template and have a question about the event section. I would like to set up a hover effect for the images on the event page. The images should darken when you move the cursor over them. Kind of like the 'Retreat' page but the other way around (see screenshots). Can anyone help me with this? Side Password: fom2022 Link to comment
Ziggy Posted September 8, 2022 Share Posted September 8, 2022 Hi, try this CSS, you can adjust the filter type and brightness, as well as the transition speed to your liking: .eventlist-column-thumbnail img { transition:ease-in-out 500ms; } .eventlist-column-thumbnail:hover img { -webkit-filter: brightness(0.8); filter: brightness(0.8); } tuanphan and SimonFr 1 1 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)☕ Did I help? Buy me a coffee? 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