azbd77j8 Posted May 11 Share Posted May 11 (edited) How can I use CSS to blur a div on scroll? On my website, I have a header "Aaron Wu designs digital products...." which stays fixed as a user scrolls. As a user scrolls, I want the subsequent following text to become blurred behind the header. I've tried using backdrop-filter CSS, but it's not working, perhaps because I am using a fixed/sticky section. Website: here Edited May 11 by azbd77j8 Link to comment
Ziggy Posted May 11 Share Posted May 11 Try adding this in addition to your other Custom CSS: [data-section-id="644751937fb20441e7461ffd"] { .page-section .section-border { background-color: rgba(255,255,255,0); opacity: 0; } } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
azbd77j8 Posted May 11 Author Share Posted May 11 7 hours ago, Ziggy said: Try adding this in addition to your other Custom CSS: [data-section-id="644751937fb20441e7461ffd"] { .page-section .section-border { background-color: rgba(255,255,255,0); opacity: 0; } } Thank you for the reply 🙂 Unfortunately, it still isn't working for me. Right now, here's the code I'm using: section[data-section-id="644751937fb20441e7461ffd"] { background-color: rgba(255, 255, 255, 0.5)!important; backdrop-filter: blur(10px)!important; } [data-section-id="644751937fb20441e7461ffd"] { .page-section .section-border { background-color: rgba(255,255,255,0)!important; opacity: 0!important; } } Link to comment
Ziggy Posted May 11 Share Posted May 11 Drat, that's a shame! I'm not sure why that's not working, it's not easy to troubleshoot remotely, I could probably help more with access to your website. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? 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