concureadmin Posted February 12, 2020 Share Posted February 12, 2020 Site URL: https://concure.squarespace.com/learn-more-about-concure-oncology Hi, I created an unlinked page that I would like to use as a landing page. However, I do not want users to see the navigation bar associated with my main site. Currently, this page has a logo and would like to keep it as is on the top banner. How can I just remove the navigation bar through a page header code injection? For reference, I am using the Bedford template. Thank you in advance. Link to comment
tuanphan Posted February 13, 2020 Share Posted February 13, 2020 I see you fixed problem? For future users, use this code (add to Page Settings > Advanced > Header) <style> #headerNav { 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
concureadmin Posted February 13, 2020 Author Share Posted February 13, 2020 @tuanphanThat code injection into the header of my landing site does not get rid of the navigation tab. Below is what I used to maintain my logo and get rid of the navigation: <style> #headerNav{display:none!important} @media only screen and (max-width: 640px){ .mobile-nav-toggle-label, .fixed-nav-toggle-label,.top-bar,.middle-bar,.bottom-bar{display:none!important;}} </style> Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.