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 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
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 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
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/3649084Website: www.braunsberger-media.comLeaders Lodge: See my Profile 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/3649084Website: www.braunsberger-media.comLeaders Lodge: See my Profile 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 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
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/3649084Website: www.braunsberger-media.comLeaders Lodge: See my Profile 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 Natalia Squarespace Web Designer + Course Creatornataliadoes.com Helping Do-Gooders Do More Good 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 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment