Elisaa-mak Posted December 20, 2021 Share Posted December 20, 2021 Site URL: https://fuchsia-bugle-l9nc.squarespace.com/ Hello World!  I want to add a text on the bottom right corner highlighted in red of the lock-screen 7.1 (see attachment) Thank you so much in advance! 😇 Link to comment
Solution iamdavehart Posted December 20, 2021 Solution Share Posted December 20, 2021 (edited) You'd need premium to do this I think as you have to inject code into the lock screen. the standard custom css doesn't get inserted to the lock screen. If you've got premium, go to Settings > Advanced > Code Injection Then you can add something like this into the Lock Screen box (the bottom one) <style> .lock-screen::after { display:block; background-color:red; color:white; font-weight:bold; font-size:1rem; padding:1rem; margin:1rem; position:absolute; right:0; bottom:0; content:'Here is my red text' } </style> this will add the block you want EDIT: Assumed you've already tried this, but should point out that there are multiple editing and layout options for the lock screen in Design > Lock Screen and if you can use that to get your desired message across (albeit not in red and in exactly that position) you might find that easier. Edited December 20, 2021 by iamdavehart added standard way to customise lock screen Elisaa-mak 1 Dave Hart. Software/Technology Consultant living in London. buymeacoffee Link to comment
Elisaa-mak Posted December 21, 2021 Author Share Posted December 21, 2021 Thank you so much, it worked!  Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment