# How to Change Back Button Text

### 1.5.5 and Above

You will find the button in the mobile navigation to change its text content

<figure><img src="/files/dCafjOrZoilCTGwaJDbP" alt=""><figcaption></figcaption></figure>

### Pre 1.5.5

Do a search in the SCSS sheet for the below and change to your desired value

```scss
content: "Back";
```


---

# 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.nickarce.com/bricks-mega-menu/docs/bricks-mega-menu-template/how-tos/how-to-change-back-button-text.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.
