ysong Posted January 31 Share Posted January 31 (edited) Site: https://countryhousereskin.squarespace.com/ Hi! I'm trying to figure out how to move the title + description + button text to appear on the images on hover. This is what I currently have: And this is what I am trying to achieve: Any help would be greatly appreciated! Thank you in advance. Edited January 31 by ysong Link to comment
Beyondspace Posted February 1 Share Posted February 1 On 1/31/2023 at 10:37 PM, ysong said: Site: https://countryhousereskin.squarespace.com/ Hi! I'm trying to figure out how to move the title + description + button text to appear on the images on hover. This is what I currently have: And this is what I am trying to achieve: Any help would be greatly appreciated! Thank you in advance. What is your site-wide password? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
ysong Posted February 1 Author Share Posted February 1 (edited) @Beyondspace The password is 1234! Edited February 2 by ysong Link to comment
Beyondspace Posted February 2 Share Posted February 2 You can try adding to Home > Design > Custom Css section[data-section-id="63cf1cfad1bc0a76155acde9"] .user-items-list-simple .list-item-content{ position: absolute; background: rgba(0,0,0,0.5); height: 100%; width: 100%; top:0; left: 0; justify-content: center !important; opacity: 0; transition: opacity 0.5s ease-in-out; } section[data-section-id="63cf1cfad1bc0a76155acde9"] .list-item { position: relative; } section[data-section-id="63cf1cfad1bc0a76155acde9"] .user-items-list-simple .list-item:hover .list-item-content { opacity: 1; } section[data-section-id="63cf1cfad1bc0a76155acde9"] .list-item-content__text-wrapper { --list-section-simple-card-description-color: #fff; --list-section-simple-card-title-color: #fff; } section[data-section-id="63cf1cfad1bc0a76155acde9"] .list-item p strong { color: #fff; } Support me by pressing 👍 or marking as solution if this useful for you BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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 February 2 Share Posted February 2 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
ysong Posted February 3 Author Share Posted February 3 @Beyondspace Thank you! This worked perfectly! I decided to get rid of the blue background / card function, the black overlay and image doesn't match up. Is there a way to fix this? Link to comment
paul2009 Posted February 3 Share Posted February 3 On 1/31/2023 at 3:37 PM, ysong said: Need some help overlaying text+button on image list section on hover. As I mentioned in a previous thread, it would be better to show this information all the time. By only showing this information on hover, visitors using mobile devices (typically the largest proportion of visitors) will not see this essential information about each property. All they will see are the images: Did this help? Please give feedback by clicking an icon below ⬇️ ysong 1 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
Beyondspace Posted February 3 Share Posted February 3 Thanks @paul2009 suggestion, we can also set this style only on dekstop by wrapping the above code with @media query and (min-width:768px) { } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment