# Header

The fixed top navigation bar. Configured per-store in the customizer.

## How to access

In the customizer, edit the **DRIFT Header** section in the header group.

## Settings

### Logo image (light mode)

Upload your logo. If left empty, the WEBEXP logo is shown by default.

### Logo image (dark mode)

Shown when dark mode is active. Falls back to the light mode logo if not set.

### Logo height (px)

Range from 20 to 60 pixels in 2-pixel steps. Default: 40.

### Navigation menu

Choose which Shopify menu populates the header. Default: `main-menu`. Configure menus in **Shopify Admin → Online Store → Navigation**.

### Uppercase navigation links

When enabled, navigation links display in all-caps.

### Auto-add Policies link

Appends a Policies link to the end of your navigation. The link points to `/pages/policies`.

### Show back arrow

Displays a back arrow next to the logo on inner pages that links back to the homepage.

### Show search icon

Displays a search icon in the header that links to the search page.

### Show account icon

Displays an account icon in the header that links to the customer account page.

## Localization

### Show currency selector

Displays a currency picker. Requires multiple markets enabled in **Shopify Admin → Settings → Markets**.

### Show language selector

Displays a language picker. Requires multiple languages enabled in **Shopify Admin → Settings → Languages**.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.webexp.dev/drift/drift-studio/sections-and-features/header.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
