Colandovision 0 Posted November 4 (edited) Im trying to remove the navigation menu from my home page but leave the logo at the top. I can only find answers on removing the entire header along with it, I need to be able to leave the logo untouched. Any solutions? Using the Bedford template Edited November 4 by Colandovision Share this post Link to post
0 tuanphan 6,120 Posted November 4 You need to share your site url or template name. 1 Colandovision reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 Colandovision 0 Posted November 4 3 minutes ago, tuanphan said: You need to share your site url or template name. colandovision.com using the Bedford Template Share this post Link to post
0 tuanphan 6,120 Posted November 4 @Colandovision Add to Home > Design > Custom CSS /* Remove nav desktop */ div#headerNav { display: none !important; } /* Remove nav mobile */ .mobile-nav-toggle { display: none; } 1 Colandovision reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 Colandovision 0 Posted November 4 41 minutes ago, tuanphan said: @Colandovision Add to Home > Design > Custom CSS /* Remove nav desktop */ div#headerNav { display: none !important; } /* Remove nav mobile */ .mobile-nav-toggle { display: none; } These did not change anything for me. I can use <style>#header {display:none}<header> to remove the entire header, but nothing else seems to work when I put in those codes in. Is there something Im writing wrong? I copied and pasted and tried many variations of that Share this post Link to post
0 tuanphan 6,120 Posted November 4 @Colandovision Where did you insert? 1 Colandovision reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 Colandovision 0 Posted November 4 6 minutes ago, tuanphan said: @Colandovision Where did you insert? under the advanced tab in The Page section/Home/Gear icon/Advanced/Page header code injection Share this post Link to post
0 tuanphan 6,120 Posted November 4 44 minutes ago, Colandovision said: under the advanced tab in The Page section/Home/Gear icon/Advanced/Page header code injection Add my code in HOME > DESIGN > CUSTOM CSS Do not edit anything in the code I sent 1 Colandovision reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 Colandovision 0 Posted November 4 14 minutes ago, tuanphan said: Add my code in HOME > DESIGN > CUSTOM CSS Do not edit anything in the code I sent Wow thank you that did in fact work, Although I was hoping only to remove it from the home page and not the entire website. Is this possible? Share this post Link to post
0 tuanphan 6,120 Posted November 4 Just now, Colandovision said: Wow thank you that did in fact work, Although I was hoping only to remove it from the home page and not the entire website. Is this possible? Try this code /* Remove nav desktop */ .homepage div#headerNav { display: none !important; } /* Remove nav mobile */ .homepage .mobile-nav-toggle { display: none; } 1 Colandovision reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 Colandovision 0 Posted November 4 7 minutes ago, tuanphan said: Try this code /* Remove nav desktop */ .homepage div#headerNav { display: none !important; } /* Remove nav mobile */ .homepage .mobile-nav-toggle { display: none; } Thank you so much, finally things look great! appreciate it. Only problem I see is that now there is a black bar above just the homepage i cant get rid of ? Every other page seems fine Share this post Link to post
0 tuanphan 6,120 Posted November 4 Do you enable announcement bar? Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 Colandovision 0 Posted November 4 28 minutes ago, tuanphan said: Do you enable announcement bar? nope it is already disabled, so this is frm something else. strange. Share this post Link to post
0 tuanphan 6,120 Posted November 4 33 minutes ago, Colandovision said: nope it is already disabled, so this is frm something else. strange. You inserted this code in Header, remove it /* Remove nav desktop */ div#headerNav { display: none !important; } 1 Colandovision reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
0 Colandovision 0 Posted November 4 1 hour ago, tuanphan said: You inserted this code in Header, remove it /* Remove nav desktop */ div#headerNav { display: none !important; } Ok thanks so much. That worked. my mistake. Thanks for all your help 🙂 Share this post Link to post
Im trying to remove the navigation menu from my home page but leave the logo at the top. I can only find answers on removing the entire header along with it, I need to be able to leave the logo untouched. Any solutions? Using the Bedford template
Edited by ColandovisionShare this post
Link to post