robinhouse Posted January 6, 2021 Share Posted January 6, 2021 Site URL: http://www.floatmusic.co.uk/ Hi guys, Wanting to get the text over the FEATURED ARTISTS (4th block down) images to appear on hover rather than to always be there. https://www.floatmusic.co.uk/ Is this possible? Thanks Link to comment
Beyondspace Posted January 7, 2021 Share Posted January 7, 2021 7 hours ago, robinhouse said: Site URL: http://www.floatmusic.co.uk/ Hi guys, Wanting to get the text over the FEATURED ARTISTS (4th block down) images to appear on hover rather than to always be there. https://www.floatmusic.co.uk/ Is this possible? Thanks Add this to Design->Custom CSS #block-yui_3_17_2_1_1588349710745_12089 .summary-item .summary-content { opacity: 0 !important; transition-duration: 0.2s !important; transition-delay: 0.0s !important; } #block-yui_3_17_2_1_1588349710745_12089 .summary-item:hover .summary-content { opacity: 1 !important; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
robinhouse Posted January 7, 2021 Author Share Posted January 7, 2021 Thanks! Thats worked! Link to comment
tuanphan Posted January 8, 2021 Share Posted January 8, 2021 @robinhouse I see footer on mobile has huge top/bottom padding. If you need to reduce height, you can use this CSS /* reduce mobile footer height */ @media screen and (max-width:767px) { footer.sections section { min-height: unset !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
RTAAMarketing Posted February 2, 2021 Share Posted February 2, 2021 Hi @bangank36 Im trying to apply this to my site as well(to display events) but it does not seem to work. Could you assist me by any chance? Thanks! Link to comment
Beyondspace Posted February 3, 2021 Share Posted February 3, 2021 8 hours ago, RTAAMarketing said: Hi @bangank36 Im trying to apply this to my site as well(to display events) but it does not seem to work. Could you assist me by any chance? Thanks! what is your site url BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
RTAAMarketing Posted February 3, 2021 Share Posted February 3, 2021 14 hours ago, bangank36 said: what is your site url I'll have to add you. My site is not live right now. Link to comment
Beyondspace Posted February 4, 2021 Share Posted February 4, 2021 10 hours ago, RTAAMarketing said: I'll have to add you. My site is not live right now. just enable site wide password for temporary access BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight 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
RTAAMarketing Posted February 4, 2021 Share Posted February 4, 2021 20 hours ago, bangank36 said: just enable site wide password for temporary access Thanks! I private messaged you with the password. Link to comment
Will123 Posted August 26, 2021 Share Posted August 26, 2021 Hi @bangank36, I am struggling to make it work on my site. I'll really appreciate it if you'd help :). Here is my site: https://www.unswaseanconference.com/about-asean-2021 I am trying to implement it on my second and third carousel. Link to comment
tuanphan Posted August 27, 2021 Share Posted August 27, 2021 @Will123 Can you add text first? Then we can check & give the code easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.