CoorlasArchitecture Posted May 9 Share Posted May 9 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 Link to comment
tuanphan Posted May 10 Share Posted May 10 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 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
CoorlasArchitecture Posted May 10 Author Share Posted May 10 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 😛 Link to comment
Solution tuanphan Posted May 12 Solution Share Posted May 12 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 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