I recently switched over to 7.1 and I can't seem to find a way to make the logo on my lock screen bigger. It defaults to smaller than the lock, which isn't helpful at all.
I'm assuming I need to add code to the Lock Page Code Injection to make that happen, but I'm not sure what. Any advice would be greatly appreciated. Thank you!
Question
AFZ 1
Site URL: https://www.afzoelle.com/extra-af
I recently switched over to 7.1 and I can't seem to find a way to make the logo on my lock screen bigger. It defaults to smaller than the lock, which isn't helpful at all.
I'm assuming I need to add code to the Lock Page Code Injection to make that happen, but I'm not sure what. Any advice would be greatly appreciated. Thank you!
Link to post
Top Posters For This Question
3
2
1
1
Popular Days
Sep 1
2
May 17
2
May 14
1
May 15
1
Top Posters For This Question
tuanphan 3 posts
AFZ 2 posts
panster 1 post
TCM 1 post
Popular Days
Sep 1 2020
2 posts
May 17 2020
2 posts
May 14 2020
1 post
May 15 2020
1 post
Popular Posts
tuanphan
Add this to Home > Settings > Advanced > code Injection > Lock Page <style> .sqs-slice-image img { max-height: 150px !important; } </style>
tuanphan
<style> .sqs-slice-image img { max-height: 150px !important; } .sqs-slice-body { margin-top: 100px !important; } </style>
AFZ
Thank you, @tuanphan that worked beautifully! I sincerely appreciate your helpful tips!
6 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment