Alin-Muste Posted April 30 Posted April 30 How can we make the black header bar that appears with "SCROLL BACK" or "STANDARD STICKY HEADER" Be 50% opacity and blurred ?
Ziggy Posted April 30 Posted April 30 If you have the header color set to solid you can change the color, opacity, and blur effect. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Alin-Muste Posted April 30 Author Posted April 30 5 minutes ago, Ziggy said: If you have the header color set to solid you can change the color, opacity, and blur effect. Hello, The header background is transparent, however we use this feature : Which fades in a black background to the header after the first section. How do we edit this black background with or without code? Check biobuilds.com for an example
Ziggy Posted April 30 Posted April 30 You can try this Custom CSS: [data-header-style="dynamic"].header { background-color: rgba(0, 0, 0, 0.5); backdrop-filter: blur(10px); } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Alin-Muste Posted April 30 Author Posted April 30 29 minutes ago, Ziggy said: You can try this Custom CSS: [data-header-style="dynamic"].header { background-color: rgba(0, 0, 0, 0.5); backdrop-filter: blur(10px); } Thanks, that is great, however now the bar is always blurry (including on the hero which looks weird), is there a way to make it so only when the background fades in the blur fades in as well?
Ziggy Posted April 30 Posted April 30 Add this additionally: body.tweak-transparent-header .header:not(.shrink):not(.transparent-header-theme--override) { backdrop-filter: blur(0px) !important; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Alin-Muste Posted April 30 Author Posted April 30 2 minutes ago, Ziggy said: Add this additionally: body.tweak-transparent-header .header:not(.shrink):not(.transparent-header-theme--override) { backdrop-filter: blur(0px) !important; } Wow, thank you so much! Finally, the last issue I see is that on mobile it seems like the menu doesn't appear anymore after adding the code, any idea why?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment