Kalie Posted October 23, 2021 Share Posted October 23, 2021 Site URL: https://marigold-mouse-h28x.squarespace.com/team Does anyone know how to change the font of the submit button (in a lightbox form). I was able to update the color in CSS, but am having troubles matching it to the other button styles. Password: suitup Link to comment
Solution Beyondspace Posted October 24, 2021 Solution Share Posted October 24, 2021 1 hour ago, Kalie said: Site URL: https://marigold-mouse-h28x.squarespace.com/team Does anyone know how to change the font of the submit button (in a lightbox form). I was able to update the color in CSS, but am having troubles matching it to the other button styles. Password: suitup Can you try .form-wrapper input[type=submit]{ display: inline-block; width: auto; height: auto; border-width: 0; text-align: center; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-transform: none; font-family: nunito-sans; font-weight: 700; font-style: normal; text-transform: uppercase; letter-spacing: .1625em; -webkit-font-smoothing: antialiased; font-size: 1rem; line-height: normal; padding: 1.3em 2.171em; } tuanphan 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Kalie Posted October 24, 2021 Author Share Posted October 24, 2021 Perfect! That did the trick. Thanks for all your help! That one had me stumped. Link to comment
joessqsp Posted March 23, 2022 Share Posted March 23, 2022 On 10/24/2021 at 1:50 PM, bangank36 said: Can you try .form-wrapper input[type=submit]{ display: inline-block; width: auto; height: auto; border-width: 0; text-align: center; cursor: pointer; -webkit-appearance: none; -moz-appearance: none; appearance: none; text-transform: none; font-family: nunito-sans; font-weight: 700; font-style: normal; text-transform: uppercase; letter-spacing: .1625em; -webkit-font-smoothing: antialiased; font-size: 1rem; line-height: normal; padding: 1.3em 2.171em; } Are you able to help me customise the submit button colour please? I haven't been able to do it by adding background-colour attributes to your list above.... Site is live at https://joeblogsdigital.com Thanks in advance. 😬 Link to comment
tuanphan Posted March 26, 2022 Share Posted March 26, 2022 On 3/24/2022 at 5:34 AM, joessqsp said: Are you able to help me customise the submit button colour please? I haven't been able to do it by adding background-colour attributes to your list above.... Site is live at https://joeblogsdigital.com Thanks in advance. 😬 Use this CSS input.button.sqs-system-button.sqs-editable-button.sqs-button-element--primary { background-color: #f1f !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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