Durc101 Posted April 12 Posted April 12 Hi, I would really like to find a way to remove the white square around the password field on the entry page to my website when the text field is clicked. Does anyone have a solution? Thanks!
Ziggy Posted April 12 Posted April 12 This is an accessibility feature and probably shouldn't be removed as it not only helps someone navigate your website with a keyboard but also helps every user understand which field in a form they have selected. That said it's a choice and it is possible to remove it: https://bycrawford.com/blog/how-to-remove-focus-outline-on-squarespace Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Durc101 Posted April 15 Author Posted April 15 Thanks Ziggy - appreciate that. Also appreciate what you are saying about the accessibility - but this is only for until I remove password access so think it is fine to have without for now. I have tried to follow the instructions, but it doesn't seem to be working for me - can you spot why? I have tried both in the custom CSS and in the code injection areas - see snips below.
Solution Ziggy Posted April 15 Solution Posted April 15 Where did you get the code? Add this to the lock page code injection: <style> *:focus { outline: none !important; } </style> Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment