# How to customize button style
Use button-style attribute to add custom css for the Donation button
Example:
button-style="width:100% !important;background:#000 !important; color:#fff
!important;"
# How to change button label
Use button-label attribute to change the label for the Donation button
Example:
button-label="Dukungan"
# How to add analytics
Navigate to script widget.js, and add new attribute called ga-id
Example:
<script defer id="foundation-widget" ... ga-id="G-1234567890"></script>