Jump to content

Latest Movies: Name Change


motik2017

Recommended Posts

motik2017

Hi,

 

How do i change the: Latest Movies - My Media - Continue Watching .... etc.. To something else?

 

I need to use the css option ? if so how to do it?

 

Thanks.

 

 

Link to comment
Share on other sites

Hi, you cant' change the title of the section using CSS. We do not have any settings to customize this, sorry. Why do you want to change it?

Link to comment
Share on other sites

Happy2Play

You could get creative with something similar to this for each section title..

 

Example for My Media

#homeTab > div > div.section0 > div:nth-child(1) > div.sectionTitleContainer.sectionTitleContainer-cards > h2 {
  visibility: hidden;
}
#homeTab > div > div.section0 > div:nth-child(1) > div.sectionTitleContainer.sectionTitleContainer-cards > h2:after {
  content: 'Media Libraries';
  visibility: visible;
  ;
}
Link to comment
Share on other sites

motik2017

Hi,

 

I just want to change the language, or add something like :  10 TOP MOVIES

So how can i do that, is there a XML file or something?

 

Thanks.

Link to comment
Share on other sites

schmitty

Perhaps, a more reasonable request could be to add a Top Movies category to the home screen... therefore, it would also make sense to add a Top TV section as well. ;)

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