Jump to content

Remove Album art


arrbee99

Recommended Posts

adamstewiegreen

try this:

.osdPoster-img {

display: None !important}

although you'll have to adjust the background ... so something like ...

.backgroundContainer.withBackdrop {
    background: rgba(0, 0, 0, .50)!important;
}

that should give you something to work with ...

  • Like 1
Link to comment
Share on other sites

Happy2Play

Do you mean this?

div.osdPoster-img {display: none;}
Oops was experimenting to much. Edited by Happy2Play
Link to comment
Share on other sites

arrbee99

Thanks also Happy. 

 

...any idea if the presence of the 'div' and the absence of the '!important' would make any difference ?

Link to comment
Share on other sites

Happy2Play

Thanks also Happy. 

 

...any idea if the presence of the 'div' and the absence of the '!important' would make any difference ?

Doesn't make to much difference, just a matter of different targeting of the element. Targeting the class directly results in forcing change via !important.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...