Jump to content

About information on the movie and TV show details page - ES 4830


CarlosLima
Go to solution Solved by Happy2Play,

Recommended Posts

CarlosLima

Hi, I'd like a CSS to remove the highlighted information inside the pink color frame and keep only what's inside the frame in blue.

Thank you very much from now on.

trash.png

Link to comment
Share on other sites

arrbee99

Maybe -

h2.sectionTitle.sectionTitle-cards {display: none;}

div.verticalSection.verticalSection-cards.genresSection {display: none;}

div.verticalSection.verticalSection-cards.studiosSection {display: none;}

- remember this is definitely not the result of extensive testing by someone who knows what they're doing.

Link to comment
Share on other sites

  • Solution
Happy2Play

Yep or

div.aboutSection h2 {display: none;}
div.aboutSection div.flex div.verticalSection:not(.linksSection) {display: none;}

 

  • Thanks 1
Link to comment
Share on other sites

Happy2Play

@CarlosLimahave you noticed the new code on pages?

div.view-startup-login

div.view-startup-manuallogin

div.view-home-home

and so one per content type

Link to comment
Share on other sites

CarlosLima
4 hours ago, Happy2Play said:

Yep or

div.aboutSection h2 {display: none;}
div.aboutSection div.flex div.verticalSection:not(.linksSection) {display: none;}

 

Perfect. Thank you very much, @Happy2Play

Link to comment
Share on other sites

CarlosLima
4 hours ago, Happy2Play said:

@CarlosLimahave you noticed the new code on pages?

div.view-startup-login

div.view-startup-manuallogin

div.view-home-home

and so one per content type

Hi, I guess I couldn't understand about this, will it be possible for you to 'draw'?

I just noticed that the login.html file was renamed to connectlogin.html, correct?

Link to comment
Share on other sites

Happy2Play
1 minute ago, CarlosLima said:

Hi, I guess I couldn't understand about this, will it be possible for you to 'draw'?

I just noticed that the login.html file was renamed to connectlogin.html, correct?

Don't need to add id to manuallogin page if you don't want to.  As you can target the page with their "view" now.  But then would require updating previous code.

Link to comment
Share on other sites

CarlosLima

Oops, this is excellent news because I have a large volume of code for customizations everywhere and any task eliminated helps a lot, thanks for that. When upgrading to 4830 I applied the ID in connectlogin and also in manuallogin. So can I simply keep the original codes, removing on both the page ID? "As you can target the page with their "view" now." That part I didn't understand, how to do it.

Link to comment
Share on other sites

Happy2Play
1 minute ago, CarlosLima said:

When upgrading to 4830 I applied the ID in connectlogin and also in manuallogin. So can I simply keep the original codes, removing on both the page ID?

No as you are targeting your custom pageid #manuallogin for example as that would have to change to "div.view-startup-manuallogin" in all your code and you would not have to apply the id to the page anymore.

  • Thanks 1
Link to comment
Share on other sites

arrbee99

Just noticed my 'solution' also gets rid of the heading for rows in the Home Page. So no 'Latest Movies' 'Latest TV' texts etc.

another roaring success...

Link to comment
Share on other sites

Happy2Play
6 minutes ago, arrbee99 said:

Just noticed my 'solution' also gets rid of the heading for rows in the Home Page. So no 'Latest Movies' 'Latest TV' texts etc.

another roaring success...

Because you did not target specific area and blanket removed from all h2.sectionTitle.😀

  • Thanks 1
Link to comment
Share on other sites

arrbee99

Absolutely. Yep. Just going to say that....

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