Blueeyiz702 219 Posted April 30, 2016 Posted April 30, 2016 Just wonderd if there is anyway to get rid of episode count in blue and arrow at bottom. Trying to see how this looks with custom folders instead of poster showing.
Happy2Play 9140 Posted April 30, 2016 Posted April 30, 2016 (edited) /*Hide Play Button on cards*/ .cardOverlayButtonContainer {display: none;} /*Remove Unwatched-Played indicator Everywhere*/ .playedIndicator {display: none !important;} /*Remove Played-Unwatched indicators only on Shows Menu*/ #seriesTab > div.itemsContainer.itemsContainerWithAlphaPicker.hasTapHold > div:nth-child(n+1) > div > div > a > div.playedIndicator {display:none !important} First one removes the play indicator from bottom of card. Second one remove played and unwatched indicators from all views Movie and TV. Third one removes played and unwatched indicator from TV-Shows menu only. What exact view is your screenshot? Edited April 30, 2016 by Happy2Play 1
Blueeyiz702 219 Posted May 6, 2016 Author Posted May 6, 2016 /*Hide Play Button on cards*/ .cardOverlayButtonContainer {display: none;} /*Remove Unwatched-Played indicator Everywhere*/ .playedIndicator {display: none !important;} /*Remove Played-Unwatched indicators only on Shows Menu*/ #seriesTab > div.itemsContainer.itemsContainerWithAlphaPicker.hasTapHold > div:nth-child(n+1) > div > div > a > div.playedIndicator {display:none !important} First one removes the play indicator from bottom of card. Second one remove played and unwatched indicators from all views Movie and TV. Third one removes played and unwatched indicator from TV-Shows menu only. What exact view is your screenshot? Thanks just what i was looking for.
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