Jump to content

Hide the Portrait of the Cast & Crew


BetaTester
Go to solution Solved by Happy2Play,

Recommended Posts

BetaTester

Is it possible to hide the portrait at Cast & Crew and just leave their name there?

There are a lot of unknown CV and actors and it takes a lot of time to fill up their pictures.

 

I tried:

.cardOverlayContainer { display: none; }

div.cardOverlayContainer.itemAction { display: none; }

#castCollapsible div.cardOverlayContainer.itemAction { display: none; } Not sure if it this is the ID

 

Looks like I can't hit the spot  ╮(╯▽╰)╭ 

 

Thanks.

Link to comment
Share on other sites

BetaTester

div.verticalSection.peopleSection {display: none; }

 

Thanks! But that remove the name link as well lol Can we leave the name there?

Edited by BetaTester
Link to comment
Share on other sites

Happy2Play

You still want the placeholder but no image or remove the image placeholder also?

 

5e7e973e7001e_test.jpg

 

 

Edited by Happy2Play
Link to comment
Share on other sites

BetaTester

You still want the placeholder but no image or remove the image placeholder also?

 

5e7e973e7001e_test.jpg

 

Left Side  ;)  Need the link still but not the image place holder. They are mostly blank and they took too much space.

Link to comment
Share on other sites

  • Solution
Happy2Play

Left Side  ;)  Need the link still but not the image place holder. They are mostly blank and they took too much space.

 

Here you go

/*Remove People image placeholder*/
div.peopleSection .cardPadder-portrait {display: none;}
  • Like 1
Link to comment
Share on other sites

BetaTester

 

Here you go

/*Remove People image placeholder*/
div.peopleSection .cardPadder-portrait {display: none;}

 

Omg nice !!! Thanks guys, it looks good now :) ! It saved a lot of room there.

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