vincentledvina Posted August 18, 2019 Share Posted August 18, 2019 I am using a cover page for my company but want it to link to a content page with no navigation bar. Unfortunately, the site also has other content, so I can't just hide the nav bar using the site styles, because I only want it hidden on that one page. If anyone has any suggestions for css code that would be great. I am a new squarespace user and any advice would be appreciated. I am using the Brine Template Thanks! Link to comment
tuanphan Posted August 18, 2019 Share Posted August 18, 2019 @vincentledvina Can you share that page url? 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
vincentledvina Posted August 18, 2019 Author Share Posted August 18, 2019 https://www.apalapse.org/apalapse-llc-learn-more Link to comment
shadmonmejan Posted August 18, 2019 Share Posted August 18, 2019 Hi, So you want to hide the navigation bar that page? if so here is the CSS code that you'll need to add. Design > Custom CSS: #collection-5d58db8548099500014d80bb Header { display: none; } If it worked then you should accept the answer to show your appreciation Link to comment
tuanphan Posted August 18, 2019 Share Posted August 18, 2019 @vincentledvina If you want to hide only Navigation, add this code to Home > Design > Custom CSS body#collection-5d58db8548099500014d80bb nav.Header-nav.Header-nav--primary { display: none; } If you want to hide Header, use this code body#collection-5d58db8548099500014d80bb header.Header.Header--top { display: none; } Reference: https://beaverhero.com/brine-template-squarespace/ 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
vincentledvina Posted August 20, 2019 Author Share Posted August 20, 2019 I am trying to make the page background a picture, but I think since I disabled the nav bar the picture just ends up in the "intro" section of the page. What happens it that a thin strip of the picture shows up at the top of the webpage but it can't be expanded. Is there any workaround for this? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.