krisTTG Posted April 19, 2021 Share Posted April 19, 2021 Site URL: https://eastcoastlines.squarespace.com/ Hello, I am developing a website at https://eastcoastlines.squarespace.com/ with the password EastCoastLines2021! I am creating a roster registration form at https://eastcoastlines.squarespace.com/roster The client is very happy with the site, but feels that the font is too small for the select options for the Classification, CDL, Glove Size, and Sleeve Size fields. While I was able to find the code to make the white boxes larger, I'm not having any luck making the fonts larger. Does anyone know if what CSS code I could use to make the font for the options larger? Thank you! Link to comment
Solution Agha_Waqas Posted April 19, 2021 Solution Share Posted April 19, 2021 3 hours ago, krisTTG said: Site URL: https://eastcoastlines.squarespace.com/ Hello, I am developing a website at https://eastcoastlines.squarespace.com/ with the password EastCoastLines2021! I am creating a roster registration form at https://eastcoastlines.squarespace.com/roster The client is very happy with the site, but feels that the font is too small for the select options for the Classification, CDL, Glove Size, and Sleeve Size fields. While I was able to find the code to make the white boxes larger, I'm not having any luck making the fonts larger. Does anyone know if what CSS code I could use to make the font for the options larger? Thank you! You can use the custom CSS code for it, Add below code into custom css editor.sqs-block-form .field-list select { font-size: 20px !important; } sophiaojha, tuanphan and krisTTG 2 1 Link to comment
krisTTG Posted April 20, 2021 Author Share Posted April 20, 2021 14 hours ago, Agha_Waqas said: You can use the custom CSS code for it, Add below code into custom css editor.sqs-block-form .field-list select { font-size: 20px !important; } That did it! Thank you so much Agha_Waqas! Agha_Waqas and tuanphan 2 Link to comment
JDMOC Posted July 22, 2022 Share Posted July 22, 2022 Hello there, I am building this website, and in this form, https://www.pertenavantiapymar.com/form-interes the font is too small in the multiple choice options and in all the form in general. I have tried CSS codes but I can´t get to make it work, Please could you help me? Thanks a lot www.pertenavantiapymar.com Psswrd: Otracosanavantiapymar22 Link to comment
tuanphan Posted July 23, 2022 Share Posted July 23, 2022 23 hours ago, JDMOC said: Hello there, I am building this website, and in this form, https://www.pertenavantiapymar.com/form-interes the font is too small in the multiple choice options and in all the form in general. I have tried CSS codes but I can´t get to make it work, Please could you help me? Thanks a lot www.pertenavantiapymar.com Psswrd: Otracosanavantiapymar22 Add to Design > Custom CSS div.option * { font-size: 30px; } 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