How can I change the background to black of the soundcloud widget from http://psytology.com/artist/danny-xander/ ?
I have searched on Google, read the documentation, but this kind of widget doesn't work with the default parameter theme_color
.
So I think, maybe I could rewrite the class that gives the background color to the player? So I added the following lines to style.css:
.g-background-default {
background-color: rgb(36, 36, 36) !important;
}
(this being the class that gives color to the widget's background)
So, it didn't work, nothing happened, what can I do?
I have tried the second answer from this post, but it is not working. It doesn't display anything.