Bake_Your_Noodle Posted April 17, 2021 Share Posted April 17, 2021 Site URL: https://www.uniquecaregroup.co.uk/careers Hi, Trying to change 'State/province' to 'County' and 'Zip/Postal code' to just 'Post code' on a form. Please help :) Beyondspace 1 Link to comment
Beyondspace Posted April 17, 2021 Share Posted April 17, 2021 2 hours ago, Bake_Your_Noodle said: Site URL: https://www.uniquecaregroup.co.uk/careers Hi, Trying to change 'State/province' to 'County' and 'Zip/Postal code' to just 'Post code' on a form. Please help 🙂 try this custom css [x-autocompletetype="state"] + .caption-text { visibility: hidden; } [x-autocompletetype="state"] + .caption-text:after { content: 'County'; position: absolute; visibility: visible; left: 0 } [x-autocompletetype="postal-code"] + .caption-text { visibility: hidden; } [x-autocompletetype="postal-code"] + .caption-text:after { content: 'Post code'; position: absolute; visibility: visible; left: 0 } tuanphan and Bake_Your_Noodle 2 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
tuanphan Posted April 21, 2021 Share Posted April 21, 2021 On 4/18/2021 at 4:01 AM, Bake_Your_Noodle said: Site URL: https://www.uniquecaregroup.co.uk/careers Hi, Trying to change 'State/province' to 'County' and 'Zip/Postal code' to just 'Post code' on a form. Please help :) I see the site has some problems, just reply here if you need to fix all Site URL: http://uniquecaregroup.co.uk 1. (Tablet-About) Want to increase text width? 2. (Tablet-About) 3. (Mobile-Westbury school) Make buttons side by side? 4. (Tablet-Contact) Increase text width? 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment