Steve48 Posted November 28, 2019 Posted November 28, 2019 I am using the OM template. I have added a checkbox to a form. The description field is too small. See screenshot. How do I make it larger. How do I reference this field with css? TIA
tuanphan Posted November 28, 2019 Posted November 28, 2019 Can you share link to that 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!)
Steve48 Posted November 29, 2019 Author Posted November 29, 2019 Thank you for responding: Here is link https://www.hiddenbayfuture.com/survey
tuanphan Posted November 29, 2019 Posted November 29, 2019 7 minutes ago, Steve48 said: Thank you for responding: Here is link https://www.hiddenbayfuture.com/survey add to Home > Design > Custom CSS .form-wrapper .field-list .description { font-size: 20px; } 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!)
Steve48 Posted November 29, 2019 Author Posted November 29, 2019 Trying to learn how to do this myself. i used the firefox inspector to reference the caption of the First and Last Name text boxes. I tried to extend your answer to make the caption under first name and last name larger with css below. It didn't work. TIA see screenshot. .form-wrapper .field-list .field-control { font-size: 20px; } and also .form-wrapper .field-list .field-control .caption { font-size: 20px; }
tuanphan Posted November 29, 2019 Posted November 29, 2019 @Steve48 .fields.name .caption { font-size: 25px !important; } or .form-wrapper .field-list .caption { font-size: 25px !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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.