Jump to content

About login button - ES 47130


Recommended Posts

Posted

Hi,
I would like some CSS/HTML code to edit/rename the login button.
Thank you so much for this.

download.png

  • 2 weeks later...
visproduction
Posted

Windows:
AppData/Roaming/Emby-server/system/dashboard-ui/strings

Whichever language json file you are using.

Change the translation used for:
 "GuideProviderLogin": 

  • 2 weeks later...
visproduction
Posted

Carlos, did you clear the cache and refersh the pages?  The change will not happen immediately.  It may need to have a app restart.  I don't know that for sure.

  • 10 months later...
Posted

Hide the default text "Sign In"
button.raised.block.paperSubmit.emby-button span {visibility: hidden;}

Replace the default text to "New Text Here"
button.raised.block.paperSubmit.emby-button span::after {visibility: visible; content:"New Text Here"; margin-left: -56px;}

Note: margin-left: -56px re-center new text
Default text "Sign In" is 56px total / each character is 8px

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