flocosix Posted September 20 Share Posted September 20 (edited) Hi, I want to change the size of this text throughout my website (smaller). Any CSS code that can do that? I will be using it with ".instagram-browser " to change it for Insta-visits specifically. Edited September 20 by flocosix Link to comment
tuanphan Posted September 21 Share Posted September 21 Can you share link to this page? 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
flocosix Posted September 21 Author Share Posted September 21 15 hours ago, tuanphan said: Can you share link to this page? https://www.orientare.md/curs-adolescenti-new Link to comment
Marya Posted September 21 Share Posted September 21 @flocosix You should be able to change the input font size with the following CSS. I'm not sure how to target the placeholder font size though. Hope this helps! .sqs-block-form .field-list input, .sqs-block-form .field-list textarea, .sqs-block-form .field-list .form-input-prefix { font-size: 12px; } Link to comment
Solution tuanphan Posted September 23 Solution Share Posted September 23 On 9/22/2024 at 12:43 AM, flocosix said: https://www.orientare.md/curs-adolescenti-new Use this CSS code div.form-block .form-item.field *::placeholder, div.form-block .form-item.field select { font-size: 30px !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!) Link to comment
flocosix Posted September 23 Author Share Posted September 23 18 hours ago, tuanphan said: Use this CSS code div.form-block .form-item.field *::placeholder, div.form-block .form-item.field select { font-size: 30px !important; } Works thx!! 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