rchlayyq Posted July 18, 2019 Posted July 18, 2019 (edited) Hi! Anyone know what I can do to change the font size of a drop down list on a form smaller? It looks fine on mobile, but I'm not sure why it is expanded on web. I attached a photo of it here. Just fyi, the template I'm using is Alex. Thank you! Edited July 18, 2019 by rchlayyq Initial Revision
tuanphan Posted July 18, 2019 Posted July 18, 2019 You can use CSS. @rchlayyq Can you share site url? It your site is in trial, setup password & share url. 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!)
rchlayyq Posted July 18, 2019 Author Posted July 18, 2019 (edited) @tuanphan Hi, here is the site url: https://www.etched.sg/contact Thanks! Edited July 18, 2019 by rchlayyq Initial Revision
Solution tuanphan Posted July 18, 2019 Solution Posted July 18, 2019 @rchlayyq Add to Home > Design > Custom CSS .form-wrapper select { font-size: 20px !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!)
rchlayyq Posted July 22, 2019 Author Posted July 22, 2019 @tuanphan This worked perfectly! Thank you so much!
tuanphan Posted July 22, 2019 Posted July 22, 2019 @rchlayyq You're welcome. Click Accept Answer. Other members can use if they know it worked. Thanks. 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!)
moonlitdesign Posted February 19, 2022 Posted February 19, 2022 .form-wrapper .field-list .field select { font-size: 12px !important; } worked for me in 7.1 just incase anyone ever runs into this
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment