Cannot remove Nav bar

I’m trying to remove the navbar from this page, but when I do it deletes it from the homepage too, which I don’t want to happen. Any ideas? thank you


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

Hi there,

The behavior you’re describing suggests your navbar is being shared across pages. To have different navbars on different pages, first check if your navbar is a component by selecting it - it will be highlighted and outlined in green in the Components panel.

If it is a component, you have two options:

  1. Unlink the component instance on specific pages where you want a different navbar by right-clicking and selecting “Unlink from Component”
  2. Create separate navbar components for different page types and swap them as needed

If your navbar isn’t a component, ensure you’re not accidentally copying the same navbar structure across pages when building your site.

Hopefully this helps! If you still need assistance, please reply here so somebody from the community can help.

Thank you, when I clicked it, it said it was an “instance” not a component, but unlinking the instance worked. Is there any difference?

You’ve unlinked that instance of the component only.
It’s unchanged on other pages, and still available for use as a component.