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 3
  • Created
  • Last Reply

Top Posters In This Topic

#1. Add to Settings > Advanced > Code Injection > Lock Page (or Lock Screen)

<style>
  .scrim {
    opacity: 0 !Important;
}
</style>

#2. It looks fine. Can you take a screenshot?

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

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

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.