tokonoma Posted October 10, 2023 Posted October 10, 2023 .form-wrapper{ padding:20px; } .title{ font-family:'CSB-Roma'!important; text-transform:uppercase; text-align:left; text-indent:0; color:#000000; font-style: italic; } .caption {font-family:'CSB-Roma'!important; text-transform:uppercase; font-size:10px; text-align:left; color:#000000;} .form-wrapper .field-list .field .field-element { font-family:'CSB-Roma'!important; border:none; border-bottom-style:solid; border-bottom-width:2px; border-color:#000000; } .button.sqs-system-button.sqs-editable-button{ font-family:'CSB-Roma'!important; letter-spacing:1px; background-color: none!important; } .sqs-block-form .field-list .title, .form-wrapper .field-list .fields .title, .form-wrapper .field-list .fields .description, .form-wrapper .field-list .fields .field, .form-wrapper .field-list .fields .field-error { font-family: 'CSB-Italic'!important; background-color: none!important; } .button.sqs-system-button.sqs-editable-button { font-family: 'CSB-Roma'!important; } div.form-block input:not([type="submit"]), div.form-block textarea { background-color: none!important; border: none !important; border-bottom: 2px solid black !important; color: black !important; } .field .caption .field-element { font-family : 'CSB-Roma'!important;; } /* Hide required on field titles */ .form-wrapper .react-form-contents .field-list .title .required, .form-wrapper .react-form-contents .field-list .fields .description.required { visibility: hidden; } .form-wrapper .react-form-contents .field-list .title .required:before, .form-wrapper .react-form-contents .field-list .fields .description.required:before { visibility: visible; content: "*"; font-family: 'CSB-Italic'!important; font-size: 1.5em; line-height: 1em; } .caption { font-family: 'CSB-Roma'!important; } /* Change the submit button colors */ .form-wrapper input[type=submit]{ background-color: none!important; color: transparent!important; font-size: 2rem!important; border-bottom: 2px solid black!important; margin-top: 5%; } .form-wrapper input[type=submit]:hover{ background-color: none!important; font-family : 'CSB-Italic'!important;; } This is the custom CSS I have inserted for the Form. Everything was styled correctly last week, but now, logged in and: the Submit button is a little black square (instead of h1, with an underline) First Name Last Name text is not my custom typeface Input font is not my custom typeface https://tuba-synthesizer-h36d.squarespace.com PW 12345
Ziggy Posted October 10, 2023 Posted October 10, 2023 Squarespace are likely changing some of the backend coding, so some of this may need adjusting, or waiting until the changes are finalised. 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?
tokonoma Posted October 16, 2023 Author Posted October 16, 2023 @tuanphan anything? In addition to my previous list of things that have changed with the form, there's now white backgrounds in the entry fields (they were transparent previously). the Submit button is a little black square (instead of h1, with an underline) First Name Last Name text is not my custom typeface Input font is not my custom typeface Input background is white, not transparent
Solution tuanphan Posted October 19, 2023 Solution Posted October 19, 2023 On 10/16/2023 at 9:56 PM, tokonoma said: @tuanphan anything? In addition to my previous list of things that have changed with the form, there's now white backgrounds in the entry fields (they were transparent previously). the Submit button is a little black square (instead of h1, with an underline) First Name Last Name text is not my custom typeface Input font is not my custom typeface Input background is white, not transparent #0. To remove background, use this CSS code div.form-block input:not([type="submit"]), div.form-block textarea { background-color: transparent !important; } #1. Use this CSS code div.form-block button[type="submit"] { background-color: transparent !important; color: black !important; border-bottom: 1px solid black !important; } #2. div.form-block * { font-family: 'halyard-display' !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Ebs12 Posted October 25, 2023 Posted October 25, 2023 This very thing is happening to me as well! The only time I see the changes is when I log into my website. I've changed my input form from my contact page but it keeps changing back though its saved in my custom css.
tuanphan Posted October 27, 2023 Posted October 27, 2023 On 10/25/2023 at 11:34 PM, Ebs12 said: What is your site url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Ebs12 Posted October 30, 2023 Posted October 30, 2023 On 10/26/2023 at 10:31 PM, tuanphan said: What is your site url? www.themeadowstudios.com but I have it on private right now to finish coding.
tuanphan Posted November 3, 2023 Posted November 3, 2023 On 10/30/2023 at 10:58 PM, Ebs12 said: www.themeadowstudios.com but I have it on private right now to finish coding. You can change to password protected, so we can access & check easier Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment