vccc Posted November 18, 2022 Share Posted November 18, 2022 Hi! Is there any way you can have a hover effect on a list carousel photo? I am trying to display a product photo on hover and I'm hoping it is possible to do!! https://lion-wisteria-j3zl.squarespace.com/ pw- hello Link to comment
Ziggy Posted November 18, 2022 Share Posted November 18, 2022 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 🔌 Ghost Squarespace Plugins (Referral link)📈 SEO Space (Referral link)⬛ SquareWebsites Plugins (Referral link)☕ Did I help? Buy me a coffee? Link to comment
vccc Posted November 18, 2022 Author Share Posted November 18, 2022 So basically what I'm trying to do is have a carousel with my products and on hover have them change. I really am just looking for something where someone can scroll through using arrows. Would you suggest something else that may work? Link to comment
vccc Posted November 18, 2022 Author Share Posted November 18, 2022 I see it's done here aaksonline.com under new collection Link to comment
tuanphan Posted November 23, 2022 Share Posted November 23, 2022 On 11/19/2022 at 3:13 AM, vccc said: I see it's done here aaksonline.com under new collection I see on this site, image zoom in on hover. You mean that effect? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
gromova_photo Posted March 22 Share Posted March 22 (edited) @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 March 22 by gromova_photo 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