> ## Documentation Index
> Fetch the complete documentation index at: https://docs.uselooop.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Change Text

> These sub-variables is used to change the text context of webflow elements if the user is logged out.

## How to use

```html theme={null}
looop_on-login=change-text
```

```html theme={null}
change-text="REPLACE_WITH_PLAIN_TEXT"
```

## Example

1. Lets say we have a button 'Dashboard' and we want to change the text to 'Login' if the user is logged out.

```html theme={null}
looop_on-logout=change-text
```

```html theme={null}
change-text="Login"
```
