# Mobile menu

You can customize the **Mobile menu drawer** that displays your menu links, social media icons, and language and country selectors. Add multiple featured blocks to show promoted text, collections, or products.

## Settings reference

Click the **Mobile menu** section to find the following settings.

### Logo

| Setting    | Description                                                                                                                      |
| ---------- | -------------------------------------------------------------------------------------------------------------------------------- |
| Logo image | Upload a PNG image to display as your store logo in mobile menu. The name of your store displays when no logo image is uploaded. |
| Logo width | Increase or decrease the width of your logo image measured in pixels. The logo height will change to match the width.            |

### Navigation

| Setting        | Description                                                               |
| -------------- | ------------------------------------------------------------------------- |
| Main menu      | Select a menu from your Shopify admin to display a link list.             |
| Secondary menu | Select a menu from your Shopify admin to display an additional link list. |

### Featured link

Highlight a top-level menu item with a custom color.

| Setting             | Description                                                    |
| ------------------- | -------------------------------------------------------------- |
| Featured link label | Enter the link name from your menu that you want to highlight. |
| Featured link color | Change the color of the featured link.                         |

### Icons and selectors

| Setting                  | Description                                                                                                                                                                                                                                                                                                                                                                                                                |
| ------------------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Customer accounts        | <p>Enable a quick-sign in menu for customers. The customer account icon appears by default when customer accounts are enabled in your Shopify admin.<br><br>Customer accounts is a Shopify feature. Our theme support cannot provide code customizations to remove the customer icon. See Shopify's <a href="https://help.shopify.com/en/manual/customers/customer-accounts">Custom accounts manual</a> to learn more.</p> |
| Enable language selector | Allow customers to select their preferred store language.                                                                                                                                                                                                                                                                                                                                                                  |
| Enable country selector  | Allow customers to select their preferred country and currency.                                                                                                                                                                                                                                                                                                                                                            |
| Show country flags       | Display the flag icons next to country names in the selector.                                                                                                                                                                                                                                                                                                                                                              |
| Show social icons        | Display icon links for you social media accounts set up in your theme settings.                                                                                                                                                                                                                                                                                                                                            |

### Available blocks

Click **(+)** **Add block** and select an available block.

| Setting              | Description                                                                    |
| -------------------- | ------------------------------------------------------------------------------ |
| Promoted collections | Display selected collections as a list or multiple columns in the mobile menu. |
| Promoted products    | Display selected product as a list or multiple columns in the mobile menu.     |
| Promoted text        | Add promotional text with optional links.                                      |

<br>

***

> **Related links**
>
> [Header](/cornerstone/header/header.md)


---

# 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://help.fluorescent.co/cornerstone/header/mobile-menu.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.
