sprucerow Posted April 2 Posted April 2 I have implemented a forced mobile menu and blurred the page background behind it. However, the header logo still appears over the mobile menu. I would like it to stay behind the menu overlay and blur like the rest of the site. https://alligator-wolf-4f6e.squarespace.com/config/ Password: marketing
tuanphan Posted April 5 Posted April 5 marketing https://alligator-wolf-4f6e.squarespace.com/?noredirect You can use this CSS code body.header--menu-open header#header img { visibility: hidden; } 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!)
sprucerow Posted April 17 Author Posted April 17 Thank you, Tuan! I was hoping to just have the menu overlap the logo not hide it completely, like on this website: https://sealco.ca/
Solution tuanphan Posted April 19 Solution Posted April 19 On 4/17/2024 at 9:47 PM, sprucerow said: Thank you, Tuan! I was hoping to just have the menu overlap the logo not hide it completely, like on this website: https://sealco.ca/ You can use this CSS code body.header--menu-open .header-title-logo { filter: blur(3px); } sprucerow 1 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment