Mp3 via Google drive

I tried playing an Mp3 via Google drive by following these instructions: What's the best MP3 Player to embed in Webflow?

But I can’t get rid of that grey background of the iframe. Any suggestions on what to do?

Here’s my project: https://preview.webflow.com/preview/spinner-84b683?utm_source=spinner-84b683&preview=e65960b0043b6dee4e60e23d6ada8107


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

@Adam_Karlsson

The embed is an iframe and the background color is in a deeply nested div with very long class names. If they never changed, you could possibly use JQuery to target that iframe (Add an ID to it), store the contents in a var, then find the class, then add CSS to that element.

It would be much easier to just use the HTML 5 <audio> element to serve the audio file from some accessible resource.

Thanks! I will try to figure out how to do that instead. Might get back with questions :slight_smile: @webdev