Buy me a coffee

Hide an item from Navigation

Hide 1 item

Suppose you want to hide the “Services” item on One Page

hide-an-item-from-navigation-01-min

You can use this code to Page Header Code Injection

<!-- hide 1 item -->
<style>
div.header-nav-item:nth-child(3), [data-folder="root"]>div>div>div:nth-child(3) {
    display: none;
}
</style>

 

Hide 2 items

Suppose you want to hide the “Contact” and “Services” item

hide-an-item-from-navigation-01-min

You can use this code to Page Header Code Injection

<!-- hide 2 items -->
<style>
div.header-nav-item:nth-child(2), div.header-nav-item:nth-child(3), [data-folder="root"]>div>div>div:nth-child(2), [data-folder="root"]>div>div>div:nth-child(3) {
    display: none;
}
</style>

Ask me a question, free

If your site is private or in trial, just setup password and share url. See how to: https://beaverhero.com/squarespace-how-to/
Please check your email carefully. Recently I got a lot of questions with wrong emails.

If you haven't heard from me within 24 hours please check your junk/spam folder