nickname 0 Posted January 1, 2016 Posted January 1, 2016 is there a way to remove/hide the trailer and thumbs ? i managed to edit most but the trailer and thumbs i cant figure out div.audioVideoMediaInfo, div.detailsSection {display:none;}#scenesCollapsible{ display: none !important;}#castCollapsible{ display: none !important;}#similarCollapsible{ display: none !important;}#criticReviewsCollapsible{ display: none !important;} https://onedrive.live.com/redir?resid=9E3D7D98DF57553A!1997&authkey=!AEWYF_McLy84z6M&v=3&ithint=photo%2cPNG
primecut 19 Posted January 2, 2016 Posted January 2, 2016 (edited) This should work. Please note that Like & Dislike Button might be translation specific since they are identified by their title. If this code doesn't work, hover over the buttons and replace Like & Dislike with whatever the tooltip says when you hover over the button /* Hide Trailerbutton */ .btnPlayExternalTrailer { display:none !important; } /* Hide Like & Dislike Button */ div.detailUserDataIcons.userDataIcons [title="Dislike"] { display:none !important; } div.detailUserDataIcons.userDataIcons [title="Like"] { display:none !important; } Edited January 2, 2016 by primecut
Happy2Play 9441 Posted January 10, 2016 Posted January 10, 2016 Remove Like and Dislike from overlays. div.cardOverlayInner [title=Dislike] {display:none !important;} div.cardOverlayInner [title=Like] {display:none !important;}
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now