Guest Posted June 27, 2023 Posted June 27, 2023 Hi, I would like some CSS/HTML code to edit/rename the login button. Thank you so much for this.
visproduction 356 Posted July 8, 2023 Posted July 8, 2023 Windows: AppData/Roaming/Emby-server/system/dashboard-ui/strings Whichever language json file you are using. Change the translation used for: "GuideProviderLogin":
visproduction 356 Posted July 20, 2023 Posted July 20, 2023 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.
iGixIT 0 Posted June 6, 2024 Posted June 6, 2024 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
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