Stop displaying song cover? #49
-
|
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Hi, I had the code, but it would break the CSS calcs for the color blobs, etc. I think that the best idea would be to add: /* Hides the song/podcast cover, you should set spotifyCodeExperimentalShow to false */
/* This also moves the background color blobs */
.ONSP-Custom .player .swappable {
display: none !important;
}To your |
Beta Was this translation helpful? Give feedback.
-
|
that worked right away, thanks a lot! |
Beta Was this translation helpful? Give feedback.
Hi, I had the code, but it would break the CSS calcs for the color blobs, etc. I think that the best idea would be to add:
To your
css/custom.cssfile in MM2. (If you add it to the modules custom.css, it get overwritten if you update it)