Mjolnir Posted March 18, 2022 Share Posted March 18, 2022 Site URL: https://lettuce-clover-mfwa.squarespace.com/ I am trying to remove the home button and mobile menu from my site as it's a one page only website. Can't seem where to do that in the controls. Also, I'd like the background of the header to just darken slighlty, say a 90% transparency so that there is some definition behind the logo and the content. Is there a place to do that? Thanks in advance. Link to comment
Mjolnir Posted March 18, 2022 Author Share Posted March 18, 2022 I know that if I use the code injection with this: <style> #header { display: none } </style> I can hide the header bar. But I want to show it, just hide the mobile menu on mobile since this is only a one page site. Link to comment
Solution tuanphan Posted March 21, 2022 Solution Share Posted March 21, 2022 To hide mobile menu, use this code <style> .burger-box { visibility: hidden; } </style> 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
Mjolnir Posted March 21, 2022 Author Share Posted March 21, 2022 (edited) Thank you @tuanphan, that worked perfectly, the mobile menu no longer appears on the site. I went to Settings > Advanced > Code Injection and added it to the <HEADER> section. One last question, how do I make the just darken slighlty, say a 90% transparency so that there is some definition behind the logo and the content. Is there a place to do that? On the 7.0 interface I believe there was a control for that but I don't see it here. Thank you! Edited March 21, 2022 by Mjolnir Link to comment
Mjolnir Posted March 21, 2022 Author Share Posted March 21, 2022 Oh I got it, I found a nice tutorial here that I used: https://schwartz-edmisten.com/blog/frosted-glass-header-effect-in-squarespace-71 Thanks! 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