ryjamu Posted January 31, 2021 Posted January 31, 2021 (edited) Site URL: http://boyopress.com Hello ! Does anyone know how to add custom font to the text inside of form fields? Thank you, Ryan Edited January 31, 2021 by ryjamu Partly answered.
creedon Posted January 31, 2021 Posted January 31, 2021 (edited) Add the following to Design > Custom CSS. .form-wrapper .field-list .field .caption .field-element { font-family : fantasy; font-size : 26px; } This is for a v7.1 site. This is a site-wide change. If you want to target a specific form you'll need to point us to it. You can change the values to whatever meets your needs. Let us know how it goes. Edited February 3, 2021 by creedon tuanphan 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
ryjamu Posted February 1, 2021 Author Posted February 1, 2021 On 1/30/2021 at 9:38 PM, creedon said: Add the following to Design > Custom CSS. .form-wrapper .field-list .field .caption .field-element { font-family : fantasy; font-size : 26px; } This is for a v7.1 site. This is a site-wide change. If you want to target a specific form you'll need to point us to it. You can change the values that whatever meets your needs. Let us know how it goes. Thank you, Thomas! Very helpful. creedon and tuanphan 2
MSD_7 Posted May 17, 2022 Posted May 17, 2022 Hello, Whenever I use the following code it only affects the font size of certain form fields. How must the code be modified to change font size (within fields) of drop-downs, phone number fields XXX XXX XXXX, and squarespace name fields (First & Last). These 3 sets of field types do not change using the following code and still have a much smaller font size. .form-wrapper .field-list .field .caption .field-element { font-size : 14pt; }
creedon Posted May 17, 2022 Posted May 17, 2022 1 hour ago, MSD_7 said: Whenever I use the following code it only affects the font size of certain form fields. Please post the URL for a page on your site where we can see your issue. If your site is not public please set up a site-wide password, if you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the documentation at the link provided to understand how it works. Please read the documentation at the link provided on how to share a link to your site to understand how it works. A link to the backend of the your site won’t work for us, i.e. a url that contains /config/. We can then take a look at your issue. Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment