> For the complete documentation index, see [llms.txt](https://docs.nickarce.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nickarce.com/bricks-mega-menu/docs/how-tos/how-to-change-back-button-text.md).

# 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";
```
