GroverFilms Posted August 19, 2016 Posted August 19, 2016 I am using the Galapagos template, and I am typing to hide the navigation bar on a single page of my website. Here is a link to the page I am working on that I would like to hide the nav bar on. http://www.groverfilms.com/grover-films-corporate.
paul2009 Posted August 20, 2016 Posted August 20, 2016 Hi You didn't say whether you want to hide the nav on desktop or mobile or both. Either way, you'll need to add code to the per-page code injection area of just this page. You'll find it on the Settings panel for the page - click the 'gear' icon beside the page name in the Pages list, then click Advanced. If you want to remove it from both (and this will include removing the site title on mobile), add this: <style> .nav { display: none; } </style> If you want to remove it from desktop only, add this instead: <style> .nav-container.primary-wrapper { display: none; } </style> Paul I post free answers because I want to help fellow Squarespace users - I'm not selling anything. In return please Accept an answer if it is correct. If it didn't help, feel free to ask for more help or wait for others to add their comments.To everyone! If you find this (or any) answer helpful, please vote it up using the up arrow. This will let other users know it's a good answer. You'll find some more Squarespace tips on our website. Me: I'm Paul, a SQSP user for >18 yrs & Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF.DIGITAL. We provide high quality original extensions to supercharge your Squarespace website. Content: Views and opinions are my own. Links in my posts may refer to my own SF.DIGITAL products or may be affiliate links. Forum advice is completely free. You can thank me by selecting a feedback emoji. Buying a coffee is generous but optional.
Guest Posted January 18, 2018 Posted January 18, 2018 Hi Paul, Thanks for posting this. I'm fairly new to Squarespace but this solution doesn't seem to be working for me. I'm using the Monocle template and would like to remove the bottom menu bar, I've tried various coding (I'm not up on coding, just for info...) with no joy. This is my page; https://www.riffraffphotography.co.uk/aldwark-manor-rates I wondered if you might have a suggestion for me? I hope you don't mind me asking, but Squarespace are unable to offer advice on coding, and I can't seem to find the answer anywhere. Thanks in advance. Ryan
Recommended Posts
Archived
This topic is now archived and is closed to further replies.