Search the Community
Showing results for tags 'lock-screen'.
-
Hi. How do I change the color of text on the lock screen? I'm asking about the headline and branding not the password prompt. Thank you in advance!
-
Am I missing something? How am I unable to edit any lock screen styles in 7.1? Is this another 7.1 error they're working on? The only 2 styles I can change are the background color and the password box styles--AKA pointless customizations. I guess I'm just wondering... are they serious? Edit to add: Just in case anyone else finds this thread down the road... Just spoke with a Squarespace rep who says it's NOT possible to do this. I seriously can't believe it.
-
Site URL: https://herring-flower-lwt9.squarespace.com How do I remove the grey overlay on the Lock Screen? I've removed it over the rest of my site but can't figure out how to do it here. Password: 5h9a;4#8la
-
Site URL: https://carrot-buttercup-bcwm.squarespace.com/ I'm trying to change default text color from gray to yellow but it's not working.. There is web page: https://carrot-buttercup-bcwm.squarespace.com/
-
Site URL: https://www.brandedbullinc.com Hola I am trying to make all of the elements on my lock screen gradient (including "An all-new site is coming soon," the Password input border, and "Password" text). Is this possible? Thank you!
- 2 replies
-
- font
- lock-screen
-
(and 2 more)
Tagged with:
-
Site URL: http://www.ericsnoza.com @paul2009 provided the perfect solution to an issue of guiding viewers of my site to a "mobile" version based on the screen size. A brilliant solution that worked perfectly. <script> if (document.documentElement.clientWidth <720) { window.location = "/mobile/home"; } </script> My query is that I would also like to account for screen rotation, so that if they come to my site and are guided to the mobile (portrait) version, and then rotate their screen, the page will change/reload to the standard (landscape) version of my site - and vis
- 2 replies
-
- mobile
- code-injection
-
(and 1 more)
Tagged with:
-
Countdown Timer on Lock Screen OR Cover Page
jasminesarian posted a question in Coding and Customization
Site URL: https://www.laboratoryartscollective.com/about Is it possible to add a countdown timer to a website's lock screen or cover page? My client would like a dramatic countdown-to-launch landing page set as the home page for 7 days before website launch / a virtual launch party. I have code for a basic free countdown ticker, I just have no clue where/how to implement it, if it's at all even possible. Thanks in advance for any help!- 1 reply
-
- lock-screen
- code-injection
-
(and 1 more)
Tagged with:
-
@font-face font not displaying on Lock screen
mar932847 posted a question in Coding and Customization
Site URL: https://blenny-pike-rkww.squarespace.com/ I've uploaded a custom font via @font-face in the 'Custom CSS' panel. It works nicely across the site, but not on the 'Lock screen' (I'm using the Lock screen to password protect my website). Any ideas why it doesn't display on Lock screen and what I should add to the Custom CSS to make that happen? I used the following CSS: *{ font-family:'apercu-mono-regular-pro' !important; }- 6 replies
-
- font
- lock-screen
-
(and 1 more)
Tagged with:
-
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!
- 6 replies
-
- squarespace-7.1
- lock-screen
-
(and 1 more)
Tagged with:
-
7.1 promotion pop-up only disappears after subscribed
dake posted a question in Coding and Customization
Hello all, maybe someone can help me with this: Is it possible with 7.1 that the promotion pop up only disappears when the user has subscribed via email. Something like a lock page. That the user only gets access to a page if he has subscribed via email. Thanks for you help. Best, Dake-
- squarespace-7.1
- promotional-pop-up
-
(and 1 more)
Tagged with:
-
Site URL: https://www.henrydrago.com/ Using 7.1 and I'm looking to either remove the white outline from the password box completely or just recolor it. The outline only appears when you click to enter the password. (image for reference) Site password is drago2020 if needed. Any help would be much appreciated! Thanks! Henry
- 2 replies
-
- lock-screen
- password
-
(and 2 more)
Tagged with:
-
Custom CSS / Code Injection to lock entire folder?
rocklobster231 posted a question in Coding and Customization
Is there code that would allow me to lock an entire folder with a password? I'd like to have a single password would allow the visitor to unlock the multiple pages and galleries within the folder.-
- folder
- lock-screen
-
(and 1 more)
Tagged with:
-
Site URL: http://fashioncurator.com I am trying to figure out the lock screen on 7.1. It is causing issues to adjust the font style and spacing. I have the below set for code injection currently but this isn't completely correct. Ideally my logo would be a bit larger and set to on top of the "Summer 2020" text. Any way to customize the "Summer 2020" font? New to coding and Squarespace - Please help! <style> .sqs-slice-image img { max-height: 600px !important; } </style>
-
- squarespace-7.1
- lock-screen
-
(and 2 more)
Tagged with:
-
Site URL: http://encore-encore.co Hi, I am trying to add this text animation to the headline of the lock screen. Anyone knows how to target the right class and make it work? Link: https://codepen.io/barbuduweb/pen/YqVBWZ Thank you, Antoine
-
lock-screen CSS to override grey default overlay
bluegalaxy posted a question in Coding and Customization
Site URL: https://www.starrysummers.com/ Has anyone found a solution to override the default gray color that overlays on a lock-screen image? I've tried to override it CSS but can't get anything to work, and there is no option right now style settings for lock-screen image overlays, unlike other areas where a background image has a property to set from 0-100 opacity for an overlay, you can't do that for the lock-screen image. Thanks in advance for any suggestions on this issue. CV -
Hi all, I was wanting to know if it was possible to create a simple cover page with an image/contact info and then have a click-through button which takes you to a password protected page to access the rest of the website. The idea is for people to still see the basic info, but those with the password can access the rest of the site without landing on a locked screen straight away. Thanks in advance! Luke
-
Hello! I’m designing a website in swedish and would like to know if it’s possible to change language on the ”password” bar? So that the placeholder is in another language than english. I’m also wondering if it’s possible to use custom fonts on lock screens? Thanks in advance!
- 1 reply
-
- custom-css
- css
-
(and 1 more)
Tagged with:
-
The lock page customization is very limited. Is there a way to access the repository file? I can't find it. I also tried some action script via code injection to no avail. I'd just like to do something simple such as adding a link below the password field.