# Custom Button Images

 In order to use your own images for EDD buttons, navigate to Downloads &gt; Settings &gt; Styles and change *Default Button Styles* to **Plain Text**.

 You can then use CSS to style.

 Here&#039;s an example which allows you to change the image for the &quot;Purchase&quot; button:

```
.edd-submit.plain {
    background: url(PATH_TO_IMAGE) !important;
    padding: 6px 8px !important;
}
```

 Adjust the CSS as you need to.

 To change individual buttons, you can prefix the CSS with &quot;#edd\_purchase\_DOWNLOAD\_ID&quot;