Jump to content

List carousel hover

Recommended Posts

The list section is designed to be navigated by swiping on a touchscreen and hence it's not suited to a hover effect. It would also be a pain to implement and keep updated as you would have to identify each list item by their position (using nth-child) to target an image change to a specific item in the list.

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
  • 3 months later...

@vccc try this:

.user-items-list-item-container {

	.user-items-list-carousel__slide {
      pointer-events: initial !important;
    }
    
      li img {
        transition: 1s;
    }
    
      li img:hover {
        *your effect here*
        transition: 1s;
    }
  }

However, it is supposed to apply one effect to all items in the carousel. If you need to apply per specific item you will probably need to use 

li:nth-child(1)

 

Edited by gromova_photo
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.