Jump to content

Recommended Posts

StewieGreen
Posted

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
StewieGreen
Posted

looks like this...

post-247759-0-53972300-1571352828_thumb.png

post-247759-0-19108700-1571352934_thumb.png

  • Like 1
arrbee99
Posted

Brill, thanks very much, looks fab.

 

5da8f2b45f3d3_EmbyEricClapton.jpg

Happy2Play
Posted (edited)

Do you mean this?

div.osdPoster-img {display: none;}
Oops was experimenting to much. Edited by Happy2Play
arrbee99
Posted

Thanks also Happy. 

 

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

Happy2Play
Posted

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.

arrbee99
Posted

Okay, thanks. Think I understood that, mostly.

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...