matchyychin Posted August 4 Share Posted August 4 Hi, I would like to change the "Country", "Number" and preferably the country code dropdown in the contact form under the phone number into Chinese. Site URL: https://carnation-pigeon-bc8n.squarespace.com/chinese Thank you in advance. Link to comment
Solution tuanphan Posted August 5 Solution Share Posted August 5 You can use this to Website Tools > Custom CSS div.form-block fieldset.phone .field .caption-text { font-size: 0 !important; } div.form-block fieldset.phone .field:first-child .caption-text:before { content: "new country text"; font-size: 16px; } div.form-block fieldset.phone .field:last-child .caption-text:before { content: "new phone text"; font-size: 16px; } matchyychin 1 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
matchyychin Posted August 8 Author Share Posted August 8 (edited) On 8/6/2024 at 9:33 AM, tuanphan said: You can use this to Website Tools > Custom CSS div.form-block fieldset.phone .field .caption-text { font-size: 0 !important; } div.form-block fieldset.phone .field:first-child .caption-text:before { content: "new country text"; font-size: 16px; } div.form-block fieldset.phone .field:last-child .caption-text:before { content: "new phone text"; font-size: 16px; } Thank you so much! It works perfectly! Edited August 8 by matchyychin 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