AliceDeGaetani Posted January 26, 2021 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!
tuanphan Posted February 2, 2021 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"; } 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!)
AliceDeGaetani Posted February 2, 2021 Author 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!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.