Jump to content

About the mobile web app homepage - EmbyServer 4640


CarlosLima
Go to solution Solved by Happy2Play,

Recommended Posts

CarlosLima

In the last line of the image we have 5 icons of which 4 are duplicated because we have access to the same places, so I would like to remove all and keep only the magnifying glass icon, the search icon.  I would like a CSS for this.  Thank you very much.

Screenshot_20210816-221405.png

Link to comment
Share on other sites

  • Solution
Happy2Play

Something like this

div.dockedtabs-tabs a[data-index="0"],
div.dockedtabs-tabs a[data-index="1"],
div.dockedtabs-tabs a[data-index="2"],
div.dockedtabs-tabs a[data-index="4"] {
	display: none;
}

 

  • Thanks 1
Link to comment
Share on other sites

CarlosLima

What a show.
And your dedication to helping is truly amazing.
Thank you very much indeed.

Screenshot_20210822-191901.png

Edited by CarlosLima
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...