Jump to content

Remove Get Emby Premiere button


Recommended Posts

Posted

How to Remove Get Emby Premiere button Please Help im using embyserver-win-x86-4.5.0.50

Posted
Just now, KaMiTauRuS said:

How to Remove Get Emby Premiere button Please Help im using embyserver-win-x86-4.5.0.50

Getting Emby Premiere is the best way to accomplish that! 😀

  • Like 5
Happy2Play
Posted
5 hours ago, KaMiTauRuS said:

Happy2Play how to remove Manual login button

[data-type="ManualLogin"] {display: none;}

 

  • Like 1
KaMiTauRuS
Posted

And this 2 buttons 

TAURUS- 0868.jpg

Happy2Play
Posted
6 hours ago, KaMiTauRuS said:

And this 2 buttons 

TAURUS- 0868.jpg

button.headerCastButton, button.headerSettingsButton {display: none;}

 

  • Like 1
KaMiTauRuS
Posted

lil more help removing item,

TAURUS- 0869.jpg

Happy2Play
Posted
51 minutes ago, KaMiTauRuS said:

lil more help removing item,

TAURUS- 0869.jpg

 

div.dynamicRoutes h3:nth-child(7) {display: none;} /*Remove "Emby Web header" on User icon screen*/
div.dynamicRoutes h3:nth-child(9) {display: none;} /*Remove "Emby Web header" on User icon screen*/
a.navMenuOption-settings[title="Keyboard and Remote"] {display: none !important;}
p.appInfo {display: none;}

 

  • Like 1
KaMiTauRuS
Posted

Woow 

Happy2Play 

you're great.. thank you for your help 😀

KaMiTauRuS
Posted

Happy2Play i want to add chat box on homepage.

Attaching files please take a look.

Thanks in Advance you're very helpful ..1488126893_TAURUS-0870.jpg.ae15be5906f78e3bd3d255797caf8822.jpgshoutbox.rar

Happy2Play
Posted
1 hour ago, KaMiTauRuS said:

Happy2Play i want to add chat box on homepage.

Attaching files please take a look.

Thanks in Advance you're very helpful ..1488126893_TAURUS-0870.jpg.ae15be5906f78e3bd3d255797caf8822.jpgshoutbox.rar

It can not be done with css.  You would have to look at editing the html page itself and possibly more.

  • Like 1
KaMiTauRuS
Posted

how to change this title ?

TAURUS- 0891.jpg

  • 2 months later...
Posted

Hi and Thanks to Happy2PlayKaMiTauRuS and all.

I need to hide "Download to .." from the drop list as image below.

Can you please kindly help me on this. Thanks

 

Untitled.png

Happy2Play
Posted
46 minutes ago, Lycyrcy said:

Hi and Thanks to Happy2PlayKaMiTauRuS and all.

I need to hide "Download to .." from the drop list as image below.

Can you please kindly help me on this. Thanks

 

Untitled.png

Something like this

button.listItem[data-id="sync"] {display: none;}

 

  • Like 1
Posted
18 minutes ago, Happy2Play said:

Something like this


button.listItem[data-id="sync"] {display: none;}

 

Thank you so much. 

Posted

Dear Happy2Play

Thank you so much for all support. besides your previous support I want to change the site name beside the favicon as it is in below image.

Can you please kindly assist me on this.

emby.JPG

Posted
1 hour ago, Lycyrcy said:

Dear Happy2Play

Thank you so much for all support. besides your previous support I want to change the site name beside the favicon as it is in below image.

Can you please kindly assist me on this.

emby.JPG

You need to edit manualy and with each update these files in root directory (change 'Emby' to 'YouDomain' i.e. in several places):

index.html

appheader.js

manifest.json

Beside fvaicon you also might be interested in changing the Emby splashscreen by changing these files to your own:

logodark.png

logowhite.png

After that, remove cache and refresh the page

  • Like 2
Posted

Thank you cochize1 and Happy2Play.

I just need to change "Please Sign in" text in main page. And I need a css code to hide "Administrator" in main page. Can you please assist me on this as well.

Thanks A lot

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