Solution Happy2Play 9441 Posted August 8, 2021 Solution Posted August 8, 2021 1 hour ago, mahmoudnabil said: I want to remove this text in any way something like this for navdrawer #expandButton [title="Emby Web"] {display: none;} or #expandButton [title="Emby Web"] {visibility: hidden;} or #expandButton [title="Emby Web"] { text-indent: -9999px; line-height: 0; } and for the setting.html div.dynamicRoutes h3:nth-child(3) {display: none;} or div.dynamicRoutes h3:nth-child(3) {visibility: hidden;} or div.dynamicRoutes h3:nth-child(3) { text-indent: -9999px; line-height: 0; } 1
mahmoudnabil 0 Posted August 8, 2021 Author Posted August 8, 2021 1 hour ago, Happy2Play said: something like this for navdrawer #expandButton [title="Emby Web"] {display: none;} or #expandButton [title="Emby Web"] {visibility: hidden;} or #expandButton [title="Emby Web"] { text-indent: -9999px; line-height: 0; } and for the setting.html div.dynamicRoutes h3:nth-child(3) {display: none;} or div.dynamicRoutes h3:nth-child(3) {visibility: hidden;} or div.dynamicRoutes h3:nth-child(3) { text-indent: -9999px; line-height: 0; } Thank you my friend, the problem is solved But the text appears in a different way where the text is hidden in the "dashboard" But the text appears when the user presses the settings button or presses the personal account icon, where the text is hidden in the menu, but when entering the settings page it returns to disappear
Happy2Play 9441 Posted August 8, 2021 Posted August 8, 2021 11 minutes ago, mahmoudnabil said: Thank you my friend, the problem is solved But the text appears in a different way where the text is hidden in the "dashboard" But the text appears when the user presses the settings button or presses the personal account icon, where the text is hidden in the menu, but when entering the settings page it returns to disappear Did you apply both codes? I get same result for user and admin. 1
mahmoudnabil 0 Posted August 8, 2021 Author Posted August 8, 2021 1 hour ago, Happy2Play said: Did you apply both codes? I get same result for user and admin. Thank you my friend
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