heffalump Posted November 8, 2022 Share Posted November 8, 2022 Hello Squarespace community! Is there a way to change font colour and box colour of the "E-Mail Address is required." field? I'd like to make it more suiting to my website's vibe. Thanks heaps in advance! 🙂 Link to comment
adifederico Posted November 8, 2022 Share Posted November 8, 2022 What is the pages address? Link to comment
heffalump Posted November 8, 2022 Author Share Posted November 8, 2022 https://www.digitalartcrobatics.com/ Link to comment
Ziggy Posted November 9, 2022 Share Posted November 9, 2022 (edited) @heffalump Add this to the Custom CSS on your website and adjust the colour hex codes: .newsletter-block .newsletter-form-field-wrapper .field-error { background: #000000; color: #ffffff; } Hope that helps! Edited November 9, 2022 by Ziggy heffalump and adifederico 2 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
heffalump Posted November 9, 2022 Author Share Posted November 9, 2022 (edited) @Ziggy Awesome! That worked. Thank you so much! edit: is there a way to change the background opacity? Edited November 9, 2022 by heffalump Link to comment
Ziggy Posted November 9, 2022 Share Posted November 9, 2022 The easiest way is to use rgba instead of #hex. Replace this:  background: #000000; With this:  background: rbga(0, 0, 0, 0.5); (the 0.5 at the end is the opacity of the colour) heffalump 1 Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
heffalump Posted November 9, 2022 Author Share Posted November 9, 2022 @Ziggy You are amazing. Thank you! Ziggy 1 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