Exported OAM Widgets transparent background

I found another solution that doesn’t require the transparent background png. This just makes the background color style transparent.

Add the following script to the head HTML:

<style>
body {
background-color: transparent;
}
</style>