richardgreencreative Posted October 2, 2021 Share Posted October 2, 2021 Site URL: http://www.travlux.co.uk Hi All Has anyone successfully customised the Lock Screen in 7.1 to change fonts, sizes, colours, background overlay colour etc? Tried adding some code with CSS and Code Injection but having no luck. A little frustrating that this isn't just a standard feature Thanks Link to comment
Beyondspace Posted October 2, 2021 Share Posted October 2, 2021 2 hours ago, richardgreencreative said: Site URL: http://www.travlux.co.uk Hi All Has anyone successfully customised the Lock Screen in 7.1 to change fonts, sizes, colours, background overlay colour etc? Tried adding some code with CSS and Code Injection but having no luck. A little frustrating that this isn't just a standard feature Thanks Can you share the protected password to check your issue? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
richardgreencreative Posted October 2, 2021 Author Share Posted October 2, 2021 Hi @bangank36 Thanks for your reply. PW (case-sensitive): #Done2020! Thanks Link to comment
Beyondspace Posted October 2, 2021 Share Posted October 2, 2021 1 hour ago, richardgreencreative said: Hi @bangank36 Thanks for your reply. PW (case-sensitive): #Done2020! Thanks Sorry, no need to access your site to check. You can follow Home > Settings > Advance > Code Injection > Lock Page Add: <style> //Your style Css </style> This is my Reference BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
richardgreencreative Posted October 2, 2021 Author Share Posted October 2, 2021 Thanks @bangank36 I seem to have been able to resolve the body font of the title there but the other linked post still doesn't unfortunately help with coding to target the subtitle part of the design or automatic image background overlay that's present. thanks Link to comment
Beyondspace Posted October 2, 2021 Share Posted October 2, 2021 8 minutes ago, richardgreencreative said: Thanks @bangank36 I seem to have been able to resolve the body font of the title there but the other linked post still doesn't unfortunately help with coding to target the subtitle part of the design or automatic image background overlay that's present. thanks Can you take a screenshot of your problem? It 's hard for me to image your point BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
richardgreencreative Posted October 2, 2021 Author Share Posted October 2, 2021 1st Image: I want to target this line of text but can't figure out the code to customise it... 2nd Image: the code for targeting the header was h1#sqs-slash-page-header - looking at the code around the subtitle, I've tried targeting from the inspect code available. but with no success. How am I meant to target this line? 3rd Image: You can see on the left, the image in situ on the site, it has a background overlay which is making the image dull. On the right is the original image. Squarespace must automatically be placing an overlay on the image. Can't believe SS still don't have this sorted out within the style menu - made worse by the fact you can't both view your lock screen design AND input the code injection at the same time, so it's a tonne of back and forth to adjust. Thanks Link to comment
lplabranche Posted March 16 Share Posted March 16 Hello, I am also trying to edit lock screen style, however the code i've come up with do not work. Can anyone make this happen? that would be great. where: advanced/ code injection / lock screen <style> .LockScreen h1 { font-family: 'Eurostile Extended', sans-serif !important; font-size: 72px font-weight: 900 } .LockScreen body { font-family: 'Eurostile Extended', sans-serif !important; font-size: 24px font-weight: 400 } </style> <style> .LockScreen-logo img { max-height: 300%; } </style> site link: https://antelope-daisy-4lpg.squarespace.com/ thanks in advance Link to comment
tuanphan Posted March 19 Share Posted March 19 On 3/17/2023 at 5:36 AM, lplabranche said: Hello, I am also trying to edit lock screen style, however the code i've come up with do not work. Can anyone make this happen? that would be great. where: advanced/ code injection / lock screen <style> .LockScreen h1 { font-family: 'Eurostile Extended', sans-serif !important; font-size: 72px font-weight: 900 } .LockScreen body { font-family: 'Eurostile Extended', sans-serif !important; font-size: 24px font-weight: 400 } </style> <style> .LockScreen-logo img { max-height: 300%; } </style> site link: https://antelope-daisy-4lpg.squarespace.com/ thanks in advance Try this code <style> h1 { font-family: 'Eurostile Extended', sans-serif !important; font-size: 72px !important; font-weight: 900; } body *:not(h1) { font-family: 'Eurostile Extended', sans-serif !important; font-size: 24px !important; font-weight: 400; } </style> Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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