deannaburks Posted October 27, 2021 Share Posted October 27, 2021 Site URL: https://journey-to-the-well.squarespace.com/ Hello! I'm trying to add a hover effect to my summary block images. The summary blocks are in the list format and the image is a photographer's watermark that they only want lightly visible upon rollover or hover. I cannot seem to isolate the summary thumbnail to accomplish this. I have the image loaded in custom CSS, but can't figure out the code to make it appear, then become invisible again. Any help would be greatly appreciated! background: url("https://static1.squarespace.com/static/6148a095356f78057995cec3/t/615daea6d70e8448d0787da7/1633529514344/logo_circle_png.png") Link to comment
Beyondspace Posted October 29, 2021 Share Posted October 29, 2021 On 10/28/2021 at 12:49 AM, deannaburks said: Site URL: https://journey-to-the-well.squarespace.com/ Hello! I'm trying to add a hover effect to my summary block images. The summary blocks are in the list format and the image is a photographer's watermark that they only want lightly visible upon rollover or hover. I cannot seem to isolate the summary thumbnail to accomplish this. I have the image loaded in custom CSS, but can't figure out the code to make it appear, then become invisible again. Any help would be greatly appreciated! background: url("https://static1.squarespace.com/static/6148a095356f78057995cec3/t/615daea6d70e8448d0787da7/1633529514344/logo_circle_png.png") Have you solved it yet? I try hovering your image and the logo appears BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
deannaburks Posted November 1, 2021 Author Share Posted November 1, 2021 @bangank36 it's on the pages under Contemplation rooms. Those images in the summary are pulling from a blog post image. I can't figure out how to add the code to have the same watermark on those images Link to comment
Beyondspace Posted November 2, 2021 Share Posted November 2, 2021 10 hours ago, deannaburks said: @bangank36 it's on the pages under Contemplation rooms. Those images in the summary are pulling from a blog post image. I can't figure out how to add the code to have the same watermark on those images Is it the result you want to achieve? watermark hover.mp4 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted November 2, 2021 Share Posted November 2, 2021 If it 'your need, you can try adding to Home > Design > Custom Css .summary-thumbnail-outer-container > a:after { content: ""; display: block; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 158px; height: 160px; background: url(https://static1.squarespace.com/static/6148a095356f78057995cec3/t/615daea6d70e8448d0787da7/1633529514344/logo_circle_png.png) no-repeat; background-size: contain; opacity: 0; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; -ms-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; } .summary-thumbnail-outer-container:hover a:after { opacity: 1; } Let me know how it works on your site Support me by pressing 👍 if this useful for you deannaburks 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
deannaburks Posted November 3, 2021 Author Share Posted November 3, 2021 Bless you and thank you!! 😃 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