CoorlasArchitecture Posted May 9, 2023 Posted May 9, 2023 The input text sizes vary across the different forms fields. I used this CSS code previously, but it no longer seems to work: .form-wrapper .field-list { .field { .caption { .field-element { /* Text in the field boxes (First Name, Last Name) */ font-size: 1.2rem; } } .field-element { /* Text in the field boxes (inc placeholder text) */ font-size: 1.2rem; } } } Any assistance is greatly appreciated. I'd like all the input text across all fields to be the same size. Thank you in advance, Stephen
tuanphan Posted May 10, 2023 Posted May 10, 2023 Can you share link to page where you use form? We can check code easier 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!)
CoorlasArchitecture Posted May 10, 2023 Author Posted May 10, 2023 Certainly - See below: https://www.coorlasarch.com/contact I entered the site URL in the topic form (empty form attached for reference) with the original post, but this forum seems to have an issue of not showing it anywhere after it's posted... That needs to be fixed too 😛
Solution tuanphan Posted May 12, 2023 Solution Posted May 12, 2023 You can use this CSS code .form-item span, .form-item input, .caption-text, span.description.required.fs-unmask { font-size: 12px !important; } CoorlasArchitecture 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment