santoandtheppl Posted December 9, 2020 Share Posted December 9, 2020 Site URL: https://www.santoandtheppl.com/maw-services Is there a way to suspend or hide the navigation bar for specific pages? In this case, I have a specialized service related to my art/music project.. I'd like to hide my primary navigation, so that while people are browsing the cover page and associated pages for this specific service, they don't get confused using my primary artist navigation etc... 8capas and Beyondspace 1 1 Link to comment
Beyondspace Posted December 10, 2020 Share Posted December 10, 2020 1 hour ago, santoandtheppl said: Site URL: https://www.santoandtheppl.com/maw-services Is there a way to suspend or hide the navigation bar for specific pages? In this case, I have a specialized service related to my art/music project.. I'd like to hide my primary navigation, so that while people are browsing the cover page and associated pages for this specific service, they don't get confused using my primary artist navigation etc... You can hide nav bar by inject custom code for one page only <style> .Header-nav--primary, .Mobile-bar-menu, .Header-nav--secondary { display: none; } </style> Squarespace 101: How to inject custom code – BeyondSpace 8capas and santoandtheppl 2 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
santoandtheppl Posted December 10, 2020 Author Share Posted December 10, 2020 6 hours ago, santoandtheppl said: @bangank36Now is there a way to also hide the Site Title? @paul2009 @tuanphan Beyondspace 1 Link to comment
Beyondspace Posted December 10, 2020 Share Posted December 10, 2020 7 minutes ago, santoandtheppl said: @paul2009 @tuanphan If you want to remove the title and nav item together .Mobile-bar, header { display: none !important; } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
8capas Posted November 8, 2021 Share Posted November 8, 2021 Hello bangank thank you very much. This code that you have shared is perfect for me. <style> .Header-nav--primary, .Mobile-bar-menu, .Header-nav--secondary { display: none; } </style> But the footer continues to be seen. Is there a way to hide the footer too? Thansk a lot Link to comment
tuanphan Posted November 10, 2021 Share Posted November 10, 2021 @8capas with Footer, use this code <style> footer.Footer {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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment