Disable default CSS
Remove the default CSS for the button
Pass the following parameter to the init function
disableDefaultCss: true
Example
<script>
window.minta.init({ disableDefaultCss: true, apiKey: "YOUR_API_KEY", targetElementId: "target-id" })
</script>
Now the button will have no CSS applied to is so you can add your custom css class to the element