Jump to content

Lock Screen 7.1 Customisation

Recommended Posts

  • Replies 8
  • Views 1.4k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

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 picker form field)
💫 Gallery block 7.1 workaround
🥳 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
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 picker form field)
💫 Gallery block 7.1 workaround
🥳 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
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 picker form field)
💫 Gallery block 7.1 workaround
🥳 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

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

Screenshot 2021-10-02 at 17.33.02.png

Screenshot 2021-10-02 at 17.34.19.png

lufthansa.jpg

Link to comment
  • 1 year later...

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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.