# Navigation

The **Glide** theme supports two types of navigation: **Primary** and **Secondary**.

### Primary Navigation

The primary navigation appears in the site header. It displays a list of links and supports a single dropdown to organize additional items.

{% stepper %}
{% step %}

#### Access Ghost Admin

* Log in to your Ghost Admin at `yoursite.com/ghost`
  {% endstep %}

{% step %}

#### Navigate to Navigation Settings

* Go to **Settings** > **Site** > **Navigation** `yoursite.com/ghost/#/settings/navigation`
* Click the **"Customize"** button to open the editor.
  {% endstep %}

{% step %}

#### Add or Edit Menu Items

* Add links using a label and URL.
* Reorder or remove items as needed.
  {% endstep %}

{% step %}

#### Create a Dropdown Menu

* Insert a new item with the URL set to `###`
* In the label field:
  * Use `@` to display a dots icon (`•••`)
  * Or type a word like `More` to show it as text.
* All items added *after* this one will appear inside the dropdown.
  {% endstep %}

{% step %}

#### Save Changes

* Click **"Save"** to apply your updated primary navigation.
  {% endstep %}
  {% endstepper %}

### Secondary Navigation

The secondary navigation is displayed in the site footer and organized into two columns: the first for navigation links, and the second for social links.

{% stepper %}
{% step %}

#### Access Ghost Admin

* Log in to your Ghost Admin at `yoursite.com/ghost`
  {% endstep %}

{% step %}

#### Navigate to Navigation Settings

* Go to **Settings** > **Site** > **Navigation** `yoursite.com/ghost/#/settings/navigation`
* Click the **"Customize"** button to open the editor.
  {% endstep %}

{% step %}

#### Add or Edit Footer Items

* Use the **Secondary** section.
* Add, remove, or reorder items as needed.
  {% endstep %}

{% step %}

#### Save Changes

* Click **"Save"** to update the secondary navigation.
  {% endstep %}
  {% endstepper %}

Supported social links will not appear in the navigation links column<sup>(first column)</sup> but will instead be displayed in the social links column<sup>(second column)</sup> of the footer.

For a full list of supported social links and setup instructions, see the [Social links](https://docs.ektothemes.com/guides/glide/basic-settings/social-links) article.
