AliceDeGaetani Posted January 26, 2021 Share Posted January 26, 2021 Site URL: https://www.alicedegaetani.com/contattami Hi! Is there a way i can change the bottom size to small? How can I edit "First name" and "Last name"? I need to write them in italian https://www.alicedegaetani.com/contattami Thank you so much! Link to comment
tuanphan Posted February 2, 2021 Share Posted February 2, 2021 Hi. Add to Home > Design > Custom CSS /* First name */ .field.first-name span.caption-text { visibility: hidden; } .field.first-name span.caption-text:before { visibility: visible; content: "New first"; } /* last name */ .field.last-name span.caption-text { visibility: hidden; } .field.last-name span.caption-text:before { visibility: visible; content: "new last name"; } AliceDeGaetani 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
AliceDeGaetani Posted February 2, 2021 Author Share Posted February 2, 2021 Thank you! It worked for the labels. Any idea on how to edit the button size? The form is automatically using the large button, but i want the small one Thank you again! 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