Is it possible to have a transparent background when doing creatives in Google Web Designer? A white background will be inserted by default when we create a new file. How do we make this white background transparent?
I tried manually adding the below transparentbg div script but it didn't work.
<style type="text/css">
.transparentbg {
background-color: white; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80);
}
</style>
<gwd-doubleclick id="gwd-ad" polite-load="">
<gwd-metric-configuration></gwd-metric-configuration>
<div id="transparentbg">
*my content here*
</div>
</gwd-doubleclick>
Thanks for any help!