Jump to content

I need help with css


Go to solution Solved by Happy2Play,

Recommended Posts

mahmoudnabil
Posted

I want to remove this text in any way

Capture.PNG

  • Solution
Happy2Play
Posted
1 hour ago, mahmoudnabil said:

I want to remove this text in any way

Capture.PNG

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;
}

 

  • Like 1
mahmoudnabil
Posted
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

1.PNG

2.PNG

Happy2Play
Posted
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

1.PNG

2.PNG

Did you apply both codes?

image.thumb.png.99633f265e3ca625c75ed39f5f7d9bc7.png

image.thumb.png.f494c1069a4fddb1a224c0e6998ffbc6.png

I get same result for user and admin.

image.thumb.png.613918cdfd4d679e85631b523fd212c1.png

image.thumb.png.64ed9a8f2553014faffc5ffb1de027aa.png

  • Thanks 1
mahmoudnabil
Posted
1 hour ago, Happy2Play said:

Did you apply both codes?

image.thumb.png.99633f265e3ca625c75ed39f5f7d9bc7.png

image.thumb.png.f494c1069a4fddb1a224c0e6998ffbc6.png

I get same result for user and admin.

image.thumb.png.613918cdfd4d679e85631b523fd212c1.png

image.thumb.png.64ed9a8f2553014faffc5ffb1de027aa.png

Thank you my friend

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