hellomw Posted January 1, 2022 Share Posted January 1, 2022 Site URL: https://www.no-frames.com/blog-brine/ Hi, I need help, as I'm now stuck after hours of fiddling. I was able to achieve a darkened image and centered text, but on hover the text is not responding to opacity or visibility changes. I've tried adding "!important" too. (I mainly want to use the blog page design so that I can have the "previous/next" pagination links at the bottom for a portfolio....) I would appreciate any assistance! Happy New Year! 7.0 Brine. This is my code: Quote @media screen and (min-width:800px){ .BlogList-item { position: relative; } .BlogList-item-title { position: absolute; top:50%; left: 0; right: 0; text-align: center; color: #fff; opacity: 0; transition: all 0.3s; } .BlogList-item:hover { img {filter: brightness(50%); } title { opacity: 1; } } } Link to comment
Beyondspace Posted January 2, 2022 Share Posted January 2, 2022 12 hours ago, hellomw said: Site URL: https://www.no-frames.com/blog-brine/ Hi, I need help, as I'm now stuck after hours of fiddling. I was able to achieve a darkened image and centered text, but on hover the text is not responding to opacity or visibility changes. I've tried adding "!important" too. (I mainly want to use the blog page design so that I can have the "previous/next" pagination links at the bottom for a portfolio....) I would appreciate any assistance! Happy New Year! 7.0 Brine. This is my code: Try in Home > Design > Custom Css .BlogList-item:hover .BlogList-item-title { opacity: 1; } Let me know how it works on your site Support me by pressing 👍 if this useful for you hellomw 1 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 January 2, 2022 Share Posted January 2, 2022 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
hellomw Posted January 2, 2022 Author Share Posted January 2, 2022 Thanks so much, @bangank36! This worked. I appreciate your help. Beyondspace 1 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