Jump to content

How can I set up a hover effect for images in the event section?

Recommended Posts

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

Bildschirmfoto 2022-09-02 um 16.06.00.png

Bildschirmfoto 2022-09-02 um 16.08.14.png

Link to comment

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);
} 

 

Please like and upvote if my comments were helpful to you. Cheers!

Zygmunt Spray
Squarespace Website Designer
Contact me: 
https://squarefortytwo.com 

  Did I help? Buy me a coffee?

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.