jbbbbbbbbb Posted April 9, 2022 Share Posted April 9, 2022 Hello, I'm trying to hide the navigation menu on the header of my home page as I have the same navigation menu on the center of the page. Would anyone know what css code I can use?? Thank you. Link to comment
Beyondspace Posted April 9, 2022 Share Posted April 9, 2022 6 minutes ago, jbbbbbbbbb said: Hello, I'm trying to hide the navigation menu on the header of my home page as I have the same navigation menu on the center of the page. Would anyone know what css code I can use?? Thank you. Can you share your site so I can take a look at it? (kindly provide the site-wide password) Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
jbbbbbbbbb Posted April 9, 2022 Author Share Posted April 9, 2022 jordanbellvisuals.squarespace.com water1234 Link to comment
Solution Web_Solutions Posted April 9, 2022 Solution Share Posted April 9, 2022 Abb this code Design > Custom CSS #collection-624cd66202f62e6c706a6d67 { .header-nav, .burger-box { display: none !important; } } Unique_Website, Create_Job and Ainul 3 Link to comment
jbbbbbbbbb Posted April 9, 2022 Author Share Posted April 9, 2022 16 minutes ago, Web_Solutions said: Abb this code Design > Custom CSS #collection-624cd66202f62e6c706a6d67 { .header-nav, .burger-box { display: none !important; } } Legend! Thank you so much Link to comment
Web_Solutions Posted April 9, 2022 Share Posted April 9, 2022 most welcome Ainul, Create_Job and Unique_Website 3 Link to comment
Ranjini Posted May 19, 2022 Share Posted May 19, 2022 On 4/9/2022 at 12:02 AM, bangank36 said: Can you share your site so I can take a look at it? (kindly provide the site-wide password) Hello, this code does not work for me , however the code below worked, but it does not remove footer of the page, only removes header. Is there a code to remove footer as well? Please and thank you. <style> header#header { display:none !important; } </style> wonderpiece 1 Link to comment
tuanphan Posted May 20, 2022 Share Posted May 20, 2022 On 5/19/2022 at 8:20 PM, Ranjini said: Hello, this code does not work for me , however the code below worked, but it does not remove footer of the page, only removes header. Is there a code to remove footer as well? Please and thank you. <style> header#header { display:none !important; } </style> Use this code <style> header#header, footer.sections { display:none !important; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Ranjini Posted May 26, 2022 Share Posted May 26, 2022 this code worked, thank you so much, appreciate your help 🙂 Link to comment
xcvbnm Posted September 5, 2022 Share Posted September 5, 2022 (edited) To sort out this issues about the hide navigation menu on home page. visit my website to know more about it . Edited September 8, 2022 by xcvbnm 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