HJCarley Posted September 11 Share Posted September 11 Site URL: http://www.wiseheartproject.co Hi there, Thanks so much for any help in advance! I'm trying to update the design of the newsletter block to look like this attached image- However, having no such look. I have tried this following code to change the form fields but it isn't working. .newsletter-block .newsletter-form-field-element:focus, .search-block input:focus { outline-color: #35582A !important; } .newsletter-block .newsletter-form-field-element:focus, .search-block input:focus { outline: none !important; border: 1px solid #35582A !important; } It currently looks like this- I would also like to reduce the size of the form fields and change the font to Neue Haas Grotesk Display Pro 24px which is a different size to any of the custom fonts I currently have on the site. Any help is much appreciated. Cheers, Heather Link to comment
Ziggy Posted September 11 Share Posted September 11 Try this Custom CSS as a start: .newsletter-block .newsletter-form-field-element { background: none !important; } .sqs-block-newsletter .newsletter-form-field-element { border: 1px solid rgba(53, 88, 42, 1); } .newsletter-block .newsletter-form-field-wrapper { min-width: 100%; } 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? Link to comment
HJCarley Posted September 19 Author Share Posted September 19 That's worked great, thanks so much Ziggy! Is it possible to make the height of the boxes smaller at all? Link to comment
HJCarley Posted September 19 Author Share Posted September 19 One more thing: I'm trying to make the size of the text for the Name and Email address smaller is that possible, I've been trying to do this with custom code but struggling, and not able to change it in the site styles either. Thanks in advance! Link to comment
Ziggy Posted September 20 Share Posted September 20 Try this: .newsletter-form .newsletter-form-field-element { font-size: 1rem !important; } .newsletter-block .newsletter-form-field-element, .newsletter-block .newsletter-form-button { padding: 1rem 1.2rem !important; line-height: 1.2rem !important; } 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? Link to comment
HJCarley Posted September 25 Author Share Posted September 25 Amazing, that's worked! Thank you! The final thing, can we aligned all of the boxes to be the same length? The email address is currently longer. Link to comment
Ziggy Posted September 25 Share Posted September 25 Add this to Custom CSS: .newsletter-block .newsletter-form-fields-wrapper { max-width: 360px; } 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! 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (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? 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