HeyItsPrescott Posted October 17, 2022 Share Posted October 17, 2022 On Squarespace 7.1, the dropdown menu in a form has a really small font. In the HTML, I can see the option tags reside inside select tags with an ID, but it doesn't seem like adding the ID to Custom CSS does anything. #select- [A LOT OF NUMBERS] -field { font-size: 12pt; } Does anyone know what might do the trick? Thanks in advance, Prescott Link to comment
tuanphan Posted October 22, 2022 Share Posted October 22, 2022 Can you share link to a page where you use dropdown? We can check id name easier HeyItsPrescott 1 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
HeyItsPrescott Posted October 24, 2022 Author Share Posted October 24, 2022 On 10/22/2022 at 8:09 AM, tuanphan said: Can you share link to a page where you use dropdown? We can check id name easier Thanks, @tuanphan! https://www.wearegoodmedicine.org/contact-us Link to comment
Solution tuanphan Posted October 27, 2022 Solution Share Posted October 27, 2022 On 10/25/2022 at 12:11 AM, HeyItsPrescott said: Thanks, @tuanphan! https://www.wearegoodmedicine.org/contact-us Add to Design > Custom CSS /* Form select */ .form-wrapper .field-list .field select { font-size: 20px !important; } HeyItsPrescott 1 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
HeyItsPrescott Posted October 27, 2022 Author Share Posted October 27, 2022 9 hours ago, tuanphan said: Perfect! Thanks! tuanphan 1 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