mandelbaummarketing Posted November 5, 2020 Share Posted November 5, 2020 Site URL: https://sunfish-bobcat-m5pn.squarespace.com/ Does anyone know how to change the font in Custom CSS for the forms? Also, I was able to change the font for the button in the newsletter signup, but not the email address field, using this code for all buttons: /* Buttons */ a.sqs-block-button-element { font-family: 'Fanwood' !important; } /* image block button */ .image-button-inner a { font-family: 'Fanwood' !important; } /* newsletter button */ span.newsletter-form-button-label { font-family: 'Fanwood' !important; } /* form button */ input.button.sqs-system-button.sqs-editable-button { font-family: 'Fanwood' !important; } Does anyone know how to change where it says "Email Address" in the attached? Link to comment
Beyondspace Posted November 6, 2020 Share Posted November 6, 2020 form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ font-family: ‘Fanwood’ !important; opacity: 1; /* Firefox */ } form input:-ms-input-placeholder { /* Internet Explorer 10-11 */ font-family: ‘Fanwood’ !important; } form input::-ms-input-placeholder { /* Microsoft Edge */ font-family: ‘Fanwood’ !important; } Please try this BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
mandelbaummarketing Posted November 6, 2020 Author Share Posted November 6, 2020 14 hours ago, bangank36 said: form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ font-family: ‘Fanwood’ !important; opacity: 1; /* Firefox */ } form input:-ms-input-placeholder { /* Internet Explorer 10-11 */ font-family: ‘Fanwood’ !important; } form input::-ms-input-placeholder { /* Microsoft Edge */ font-family: ‘Fanwood’ !important; } Please try this thank you! Link to comment
mandelbaummarketing Posted November 6, 2020 Author Share Posted November 6, 2020 14 hours ago, bangank36 said: form input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */ font-family: ‘Fanwood’ !important; opacity: 1; /* Firefox */ } form input:-ms-input-placeholder { /* Internet Explorer 10-11 */ font-family: ‘Fanwood’ !important; } form input::-ms-input-placeholder { /* Microsoft Edge */ font-family: ‘Fanwood’ !important; } Please try this this helps with the newsletter! any idea how to fix the form??? Link to comment
tuanphan Posted November 10, 2020 Share Posted November 10, 2020 On 11/6/2020 at 11:01 PM, mandelbaummarketing said: this helps with the newsletter! any idea how to fix the form??? Try this code /* Contact form custom font */ .form-wrapper * { font-family: 'CaviarDreams_Bold' !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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.