Does anyone know how I can get a gallery hover effect for gallery images that are links in Squarespace 7.1? Almost so the photo fades a little, similar to this website when you hover over the images:
Hi @laurenruth1,
This should get you close. You can play around with the opacity value to make it more or less opaque:
.gallery-grid-item-wrapper:hover img {
opacity: 0.3;
}
Question
laurenruth1 1
Hi everybody,
Does anyone know how I can get a gallery hover effect for gallery images that are links in Squarespace 7.1? Almost so the photo fades a little, similar to this website when you hover over the images:
http://marylennox.de/
The page on my website I'd like to apply this to is:
https://denim-khaki-tp4d.squarespace.com/gallery-test-2
Many thanks,
Lauren
Link to post
Top Posters For This Question
2
2
2
2
Popular Days
Apr 8
4
Apr 12
2
Apr 11
1
Apr 13
1
Top Posters For This Question
laurenruth1 2 posts
christyprice 2 posts
WillH 2 posts
tuanphan 2 posts
Popular Days
Apr 8 2020
4 posts
Apr 12 2020
2 posts
Apr 11 2020
1 post
Apr 13 2020
1 post
Popular Posts
christyprice
Hi @laurenruth1, This should get you close. You can play around with the opacity value to make it more or less opaque: .gallery-grid-item-wrapper:hover img { opacity: 0.3; }
7 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment