Jump to content

Folder Icons Main View


Blueeyiz702

Recommended Posts

Blueeyiz702

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

Link to comment
Share on other sites

Happy2Play

/*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 by Happy2Play
  • Like 1
Link to comment
Share on other sites

Blueeyiz702
/*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.

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