# Style Active Button (Premium)

To style the active button, you can use the **`ef-activebutton`** class, that gets automatically added to the active button.

### Examples

Make button darker

```
.ef-activebutton {
    filter: brightness(50%);
}
```

Change color

```
.ef-activebutton .elementor-button {
    color: red !important;
}
```
