I'm trying to add some CSS to the soundcloud widget with no luck.
<iframe src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/playlists/213228373&color=ff5500&auto_play=false&hide_related=false&how_comments=true&show_user=true&show_reposts=false" width="100%" height="350" frameborder="no" scrolling="no" ></iframe>
I tried following these suggestions, loading css via jQuery or javascript: Manipulate soundcloud iframe widget but it didn't work.
I just want to change font size and line height of the elements. I looked also in soundcloud API but I can't understand how to achieve that. Can anyone help me?