mahmoudnabil 0 Posted September 12, 2021 Posted September 12, 2021 How can I change the name of the text "My Media" to any other name
Solution Happy2Play 9441 Posted September 12, 2021 Solution Posted September 12, 2021 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 */ } 2
mahmoudnabil 0 Posted September 13, 2021 Author Posted September 13, 2021 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 */ } It didn't work for me it doesn't work
mahmoudnabil 0 Posted September 13, 2021 Author Posted September 13, 2021 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"
mahmoudnabil 0 Posted September 13, 2021 Author Posted September 13, 2021 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
mahmoudnabil 0 Posted September 13, 2021 Author Posted September 13, 2021 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 */ } 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
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now