brittanystatt Posted May 16, 2023 Share Posted May 16, 2023 I've tried a ton of different css codes to stylize form blocks and none seem to work. I'd like to do a lot of styling–color, padding, text, outline, round corners. Any insight? Screenshot attached for reference. Website isn't live, URL: https://ukulele-goldfish-52cx.squarespace.com/ Current code I'm using: // forms // .form-wrapper .field-list .field .field-element { font-size: 12px !important; background-color: #F2EBDD !important; border: 1px solid #F49E21 !important; border-radius: 10 !important; } Thank you! Link to comment
Ziggy Posted May 16, 2023 Share Posted May 16, 2023 Try this Custom CSS: .form-wrapper .field-list textarea, .eTv7qUMqLR9lJxpIAC3F { font-size: 12px !important; background-color: #F2EBDD !important; border: 1px solid #F49E21 !important; border-radius: 10px !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
brittanystatt Posted May 16, 2023 Author Share Posted May 16, 2023 Amazing! Thank you so much. Do you think if I remove .eTv7qUMqLR9lJxpIAC3F it will work across the whole site? Ziggy 1 Link to comment
brittanystatt Posted May 16, 2023 Author Share Posted May 16, 2023 I'd like to target these two forms on the home page as well: Link to comment
Ziggy Posted May 16, 2023 Share Posted May 16, 2023 Tweaked to this instead to include more class selectors: .form-wrapper .field-list textarea, .form-item input, .newsletter-block .newsletter-form-field-element { font-size: 12px !important; background-color: #F2EBDD !important; border: 1px solid #F49E21 !important; border-radius: 10px !important; } tuanphan and ovationcreative 2 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