MicahB1 Posted September 21, 2021 Share Posted September 21, 2021 Site URL: https://woweelive.tv I need help for a script that just outright removes the hamburger menu and the resulting overlay from the Header of our site in Mobile view. On Desktop we are great, but the built-in SquareSpace options are not helpful for removing this from Mobile. Link to comment
tuanphan Posted September 24, 2021 Share Posted September 24, 2021 Hi, It looks like you solved this? 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
IIH Posted March 6, 2023 Share Posted March 6, 2023 Hi, I have a similar request for site URL: https://inscendence.squarespace.com/ Desktop is good as is but the hamburger menu and overlay are appearing on the mobile version and I would like them removed. Link to comment
tuanphan Posted March 8, 2023 Share Posted March 8, 2023 On 3/7/2023 at 2:48 AM, IIH said: Hi, I have a similar request for site URL: https://inscendence.squarespace.com/ Desktop is good as is but the hamburger menu and overlay are appearing on the mobile version and I would like them removed. Add to Design > Custom CSS /* Hide burger */ .burger-inner { visibility: hidden !important; } 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
IIH Posted March 10, 2023 Share Posted March 10, 2023 Thank you for your help! I've made some changes to the site navigation and I have one other question: Is there a way I can hide the site navigation folder on the homepage (for both mobile and desktop versions), while keeping the menu visible once someone has 'entered' the site? Essentially, I want to lead visitors to the other webpages by clicking a separate button on the homepage. Then, from the second landing page, they can navigate the rest of the site with a drop down menu. Any suggestions? Link to comment
tuanphan Posted March 12, 2023 Share Posted March 12, 2023 On 3/11/2023 at 4:57 AM, IIH said: Thank you for your help! I've made some changes to the site navigation and I have one other question: Is there a way I can hide the site navigation folder on the homepage (for both mobile and desktop versions), while keeping the menu visible once someone has 'entered' the site? Essentially, I want to lead visitors to the other webpages by clicking a separate button on the homepage. Then, from the second landing page, they can navigate the rest of the site with a drop down menu. Any suggestions? Yes. Possible. Hide on this page or which page? https://inscendence.squarespace.com/ 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
tuanphan Posted March 16, 2023 Share Posted March 16, 2023 On 3/14/2023 at 9:02 PM, IIH said: Yes that's the one! Add to Design > Custom CSS body.homepage .burger-inner { 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!) 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