> 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

Easy Peasy. 💪

### 1.5.5 and Above

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

<figure><img src="https://368645589-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FZAyzlif8jp8KbrptKaA5%2Fuploads%2FrfwUUa7itsTwy4EnDqYI%2FScreenshot%202025-05-22%20at%2011.49.14%E2%80%AFPM.png?alt=media&amp;token=c71a4c48-df1c-4bc6-b9ff-3f03dc725f64" 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";
```
