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) BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, 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; } } Create_Job, Kobir, AJZ and 2 others 4 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. 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, Unique_Website and Create_Job 3 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible. 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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