bellamalia Posted March 27 Posted March 27 Hello all, im trying to create something to where I can reveal text over hover on the Squarespace gallery such as this website has: https://www.emilyraerose.com/ any thoughts/ suggestions? pass: alaina
Solution Beyondspace Posted March 27 Solution Posted March 27 2 hours ago, bellamalia said: Hello all, im trying to create something to where I can reveal text over hover on the Squarespace gallery such as this website has: https://www.emilyraerose.com/ any thoughts/ suggestions? pass: alaina We can achieve this layout by using the image section (Simple style) Note: Set Captions on After that, we can use the CSS code: .gallery-grid-item { position: relative; } .gallery-grid-item:hover .gallery-grid-lightbox-link { background: #000; } .gallery-grid-item:hover .gallery-grid-lightbox-link img { opacity: 0.6; } .gallery-caption.gallery-caption-grid-simple { position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); opacity: 0; } .gallery-grid-item:hover .gallery-caption-grid-simple { opacity: 1; transition: none; } .gallery-caption-content { text-align: center; color: #fff; } My testing Let me know how it works bellamalia 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
bellamalia Posted March 27 Author Posted March 27 Hi beyondspace, thank you so much. This worked out wonderfully. I'm wondering, to make the font more bold or change the color - how can I change/ adjust in the code? and how can I make the background more black opacity when hovering? thank you again!
bellamalia Posted March 27 Author Posted March 27 im also wondering, how can i create a transparent background for the product scroll? I've attached an image. thank you for the help!!
Beyondspace Posted March 28 Posted March 28 You can 5 hours ago, bellamalia said: make the font more bold or change the color - how can I change/ adjust in the code? You can add some additional styles to the following selector .gallery-caption-content with font-weight = 700 change the 'color' attribute to the color you want 5 hours ago, bellamalia said: make the background more black opacity when hovering => Decrease the opacity value to this selector .gallery-grid-item:hover .gallery-grid-lightbox-link img BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Beyondspace Posted March 28 Posted March 28 4 hours ago, bellamalia said: im also wondering, how can i create a transparent background for the product scroll? I've attached an image. thank you for the help!! Can you provide your url site? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
bellamalia Posted March 29 Author Posted March 29 https://puma-seabass-xgn4.squarespace.com pass: alaina
Beyondspace Posted March 29 Posted March 29 I can not see any products. Have you added them yet? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> 🤖 Ask me anything
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment