Jump to content

Get rid of buttons from overlay


cochize1
Go to solution Solved by Happy2Play,

Recommended Posts

cochize1

How do I get rid of all these buttons from Movies, Series, Posters etc. (maybe except from Add to Favourites and Mark as Watched).

image.thumb.png.a0e416e1a03a72afbebc128a9a332b33.png

Edited by cochize1
Link to comment
Share on other sites

  • Solution
Happy2Play
label.cardOverlayButton[title="Multi-Select"] {display: none !important;}
button.cardOverlayButton[title="More"] {display: none;}

 

  • Like 1
Link to comment
Share on other sites

arrbee99

Would there by any chance be a way to add drop shadows to these elements ?

I tried

button.cardOverlayButton[title="More"] {text-shadow: 2px 2px #000000;}

but that only works for the three dots. I guess it just doesn't work for things like ticks and hearts ?

Link to comment
Share on other sites

Happy2Play
3 hours ago, arrbee99 said:

Would there by any chance be a way to add drop shadows to these elements ?

I tried

button.cardOverlayButton[title="More"] {text-shadow: 2px 2px #000000;}

but that only works for the three dots. I guess it just doesn't work for things like ticks and hearts ?

What is your expected result?  But you looks like it works fine if you use a color that can be seen better. 

shadow.thumb.jpg.aeeba760b826b91a88b821db4af239ab.jpg

 

Edited by Happy2Play
Link to comment
Share on other sites

arrbee99

Doesn't work so well on light backgrounds

1725479511_Embybuttonsdropshadow.JPG.d40b9c90b8970e2f417d8e6d0f3f78ef.JPG

so it would be nice if either the tick and heart could have drop-shadows or if I could just get rid of the tick and heart, which I don't use, but keep the three dots.

Link to comment
Share on other sites

Happy2Play
19 hours ago, arrbee99 said:

Doesn't work so well on light backgrounds

1725479511_Embybuttonsdropshadow.JPG.d40b9c90b8970e2f417d8e6d0f3f78ef.JPG

so it would be nice if either the tick and heart could have drop-shadows or if I could just get rid of the tick and heart, which I don't use, but keep the three dots.

Are you using only button.cardOverlayButton?  But overlay color and backdrop colors will have different effects.

Here are the results using this.

button.cardOverlayButton {text-shadow: 2px 4px rgb(0 0 0);}

1.jpg.a21ff5b29141963abc2a195c2c72dfbe.jpg

To remove

button.cardOverlayButton[title="Played"], button.cardOverlayButton[title="Favorite"] {display: none;}

 

Link to comment
Share on other sites

arrbee99

Yep, using the button.cardOverlayButton, but with the "More" included as well, hence it only applying to the three dots thing. Duh. Thought "More" applied to all the buttons. Yes, I know, me and thinking...

Anyhoo, thanks for the new stuff, helps no end...

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