Steve48 Posted November 28, 2019 Share 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 Link to comment
tuanphan Posted November 28, 2019 Share 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 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
Steve48 Posted November 29, 2019 Author Share Posted November 29, 2019 Thank you for responding: Here is link https://www.hiddenbayfuture.com/survey Link to comment
tuanphan Posted November 29, 2019 Share 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 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
Steve48 Posted November 29, 2019 Author Share 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; } Link to comment
tuanphan Posted November 29, 2019 Share 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 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
Steve48 Posted November 29, 2019 Author Share Posted November 29, 2019 Thank you tuanphan That worked Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.