Jump to content

Remove low opacity overlay from lockscreen in 7.1 and remove white "selected" outline from password field.

Recommended Posts

Site URL: http://www.chairs.works/

Hello!

I would like to remove a low opacity overlay from my lockscreen in version 7.1

I don't know if its because it was for 7.0 or what, but I tried a method I found before and it didn't work. 

 

Also, when the site loads the password field is automatically selected, which causes a white rectangular outline to appear around it. I would like to remove this or make the outline black. 

 

I don't think you'll need the site password, but if you do it is: chairchair

 

All help is greatly appreciated!

 

Link to comment
  • Replies 5
  • Views 1.6k
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Posted Images

  • 3 months later...

I'm having this same issue.  I don't need a password, I'm just using the lock screen as a landing page while my site is under construction.  The white password box will not go away and it is REALLY annoying.  I tried this code to no avail! Any other options?........attaching a screenshot with that ghoulish box! 

Screen Shot 2022-04-01 at 12.46.23 PM.png

Link to comment
20 hours ago, Courtney47 said:

I'm having this same issue.  I don't need a password, I'm just using the lock screen as a landing page while my site is under construction.  The white password box will not go away and it is REALLY annoying.  I tried this code to no avail! Any other options?........attaching a screenshot with that ghoulish box! 

Screen Shot 2022-04-01 at 12.46.23 PM.png

You can also create a new page >> set as it homepage >> then add this code to Page Header to remove header/footer

<style>
  header#header, footer.sections {
  	display: none !important;
  }
</style>

If you still want to use lock page & remove password input, add this to Settings . Advanced > Code Injection > Lock Screen (or Lock Page)

<style>
  .sqs-slide-wrapper[data-slide-type="lock-screen"] [data-slice-type="password"] .input-container {
    display: none;
}
</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
  • 1 year later...
On 4/2/2022 at 2:56 PM, tuanphan said:

You can also create a new page >> set as it homepage >> then add this code to Page Header to remove header/footer

<style>
  header#header, footer.sections {
  	display: none !important;
  }
</style>

If you still want to use lock page & remove password input, add this to Settings . Advanced > Code Injection > Lock Screen (or Lock Page)

<style>
  .sqs-slide-wrapper[data-slide-type="lock-screen"] [data-slice-type="password"] .input-container {
    display: none;
}
</style>

 

hi, I tried this code on my lock page but it doesn't work well.

See the screenshot attached.

syntax error .... 

 

Bildschirm­foto 2023-12-24 um 00.56.22.png

Edited by RtN
Link to comment
On 12/24/2023 at 6:55 AM, RtN said:

hi, I tried this code on my lock page but it doesn't work well.

See the screenshot attached.

syntax error .... 

 

Bildschirm­foto 2023-12-24 um 00.56.22.png

Your screenshot is Custom CSS, not Lock Screen box

Access Website Tools (under Not Linked) > Code Injection > Scroll down a bit, you will see Lock Screen (or Lock Page) box.

 

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.