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...
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 ar
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>
Squarespac
Question
santoandtheppl 2
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...
Link to post
Top Posters For This Question
2
2
Popular Days
Dec 10
3
Dec 9
1
Top Posters For This Question
santoandtheppl 2 posts
bangank36 2 posts
Popular Days
Dec 10 2020
3 posts
Dec 9 2020
1 post
Popular Posts
santoandtheppl
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 ar
bangank36
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> Squarespac
santoandtheppl
@paul2009 @tuanphan
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment