Jump to content

Change the name Next Up on main page to i.e. Next Episode?


cochize1

Recommended Posts

Happy2Play

The issue will be it is only targetable via section number.  So is Next Up set to the same section on all users?

/*Change Next Up text*/
div.verticalSection.section4 h2 {text-indent: -9999px;
line-height: 0;
}
div.verticalSection.section4 h2:after {
content: "Next Episode";
text-indent: 0;
display: block;
line-height: initial;
}

The section will be 1 less then Home Screen section number, since code start with 0 and UI starts with 1.  So this example would have Next Up in section 5.

 

  • Like 1
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...