Jump to content

How can I change the name of the text "My Media"


mahmoudnabil
Go to solution Solved by Happy2Play,

Recommended Posts

  • Solution
Happy2Play

Was looking for previous topics but code has changed over time.

But this is section dependent.  As my code is for My Media in section 2 via User Settings-Home Screen settings

/*Replace Section Header title*/
div.homeSectionsContainer div.section1 div.sectionTitleContainer h2 {  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}
div.homeSectionsContainer div.section1 div.sectionTitleContainer h2:after {
  content: "Libraries";
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}

image.png.56768922948fcb12699d37c1ecedb32b.png

  • Like 2
Link to comment
Share on other sites

mahmoudnabil
10 hours ago, Happy2Play said:

Was looking for previous topics but code has changed over time.

But this is section dependent.  As my code is for My Media in section 2 via User Settings-Home Screen settings


/*Replace Section Header title*/
div.homeSectionsContainer div.section1 div.sectionTitleContainer h2 {  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}
div.homeSectionsContainer div.section1 div.sectionTitleContainer h2:after {
  content: "Libraries";
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}

image.png.56768922948fcb12699d37c1ecedb32b.png

It didn't work for me it doesn't work

Link to comment
Share on other sites

mahmoudnabil
5 minutes ago, Happy2Play said:

What section is "My Media" in?

All I want to change is only this text at the beginning of "emby", which is the first slider on the main page, "My Media"

Link to comment
Share on other sites

mahmoudnabil
6 minutes ago, Happy2Play said:

What section is "My Media" in?

It works when adding the thumbnail media section in box number 2, but I only want to change the name of the slider

Link to comment
Share on other sites

mahmoudnabil
11 hours ago, Happy2Play said:

Was looking for previous topics but code has changed over time.

But this is section dependent.  As my code is for My Media in section 2 via User Settings-Home Screen settings


/*Replace Section Header title*/
div.homeSectionsContainer div.section1 div.sectionTitleContainer h2 {  text-indent: -9999px;
  line-height: 0; /* Collapse the original line */
}
div.homeSectionsContainer div.section1 div.sectionTitleContainer h2:after {
  content: "Libraries";
  text-indent: 0;
  display: block;
  line-height: initial; /* New content takes up original line height */
}

image.png.56768922948fcb12699d37c1ecedb32b.png

Well, I apologize to you, I understood, now I replaced the number in " div.section1" to the number 0, where I wrote like this " div.section0 " and the result was great as the text was changed successfully and now I can change any text just by knowing the number of " div.section" Thank you my friend You are a wonderful person

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