> For the complete documentation index, see [llms.txt](https://elemdocs.danielvoelk.de/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://elemdocs.danielvoelk.de/styling/style-active-button-premium.md).

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