Background Music: Black Widget frame to transparent

There’s a black background on the widget when I try to embed using share link. Is there a way to make it transparent.

Hi there, @Jes_Sah :waving_hand:

I have a suggestion that your widget is embedded on the Canva website and you’re using a dark theme in your browser, am I right? If so, please try to add this code to the Custom CSS field on the Style tab of your widget’s settings:

.global-styles,
:root {
color-scheme: light !important;
}

If this code doesn’t help, please send me a link to your website’s page, where the widget is embedded. I’ll be happy to look into this further :slightly_smiling_face: