Originative Posted July 27, 2020 Share Posted July 27, 2020 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/ Link to comment
tuanphan Posted July 28, 2020 Share Posted July 28, 2020 Can you share access password? 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
Solution tuanphan Posted July 30, 2020 Solution Share Posted July 30, 2020 On 7/29/2020 at 5:52 PM, Originative said: 12345678 Add this code to Home > Settings > Advanced > Code Injection > Lock Page <style> input::placeholder { color: yellow !important; } </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
ArminB Posted September 30, 2020 Share Posted September 30, 2020 On 7/31/2020 at 12:36 AM, tuanphan said: Add this code to Home > Settings > Advanced > Code Injection > Lock Page <style> input::placeholder { color: yellow !important; } </style> Do you know how to change the word "PASSWORD" on the lock screen? Thank you! About Armin: Squarespace Expert Profile: https://www.squarespace.com/designer/profile/3649084 Website: www.braunsberger-media.com Link to comment
ArminB Posted September 30, 2020 Share Posted September 30, 2020 @tuanphan would be awesome 🙂 About Armin: Squarespace Expert Profile: https://www.squarespace.com/designer/profile/3649084 Website: www.braunsberger-media.com Link to comment
tuanphan Posted September 30, 2020 Share Posted September 30, 2020 1 hour ago, ArminB said: @tuanphan would be awesome 🙂 <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('input').attr('placeholder','tuanphan'); }); </script> 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
ArminB Posted September 30, 2020 Share Posted September 30, 2020 11 minutes ago, tuanphan said: <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.5.0/jquery.min.js"></script> <script> $(document).ready(function() { $('input').attr('placeholder','tuanphan'); }); </script> Thank you! I appreciate it! Worked perfectly About Armin: Squarespace Expert Profile: https://www.squarespace.com/designer/profile/3649084 Website: www.braunsberger-media.com Link to comment
nataliadoes Posted March 15, 2021 Share Posted March 15, 2021 Hey! Is there a way to use a custom font (already uploaded and used on my site) for the text on the Lock Screen? OliviaEarle 1 N—DOES Websites that leave an impression Based in Australia. Working globally. Open Mon-Wed 10am-4pm nataliadoes.com | @_nataliadoes Link to comment
tuanphan Posted March 23, 2021 Share Posted March 23, 2021 On 3/15/2021 at 1:44 PM, nataliadoes said: Hey! Is there a way to use a custom font (already uploaded and used on my site) for the text on the Lock Screen? Add this code <style> @font-face { font-family: fontname; src: url(paste font file url here); } * { font-family: fontname !important; } </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
RtN Posted December 23, 2023 Share Posted December 23, 2023 Hi, someone has a code to hide the password function on the lock screen ? to be exactly, not the function itself, it's only about the visual showing ... I need the lock screen as a "landing page" some days .... Link to comment
tuanphan Posted December 25, 2023 Share Posted December 25, 2023 On 12/24/2023 at 6:59 AM, RtN said: Hi, someone has a code to hide the password function on the lock screen ? to be exactly, not the function itself, it's only about the visual showing ... I need the lock screen as a "landing page" some days .... You can use a standard page and hide header/footer, then set as it homepage, instead of use lock page 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment