maksrybicki Posted June 11 Share Posted June 11 (edited) Hi, I need help as I want to change the text in the email address entry window when signing up for the newsletter. I would like the text "Email Address" to be displayed in Polish, which means "Wpisz swój email". Additionally, I would like to change the content of the message notifying about the required email address (the one displayed in red) so that it also appears in Polish, which means "Adres email jest wymagany". I looked at the forum, but I couldn't find such an answer anywhere. Thank you very much for your help in advance! 🙂 Edited June 11 by maksrybicki Link to comment
Solution tuanphan Posted June 13 Solution Share Posted June 13 Add to Settings > Advanced > Code Injection > Footer (Or Settings > Developer Tools > Code Injection > Footer) <script> (function() { document.querySelector(".email input").setAttribute("placeholder", "Email"); })() </script> maksrybicki and sayreambrosio 1 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
maksrybicki Posted June 28 Author Share Posted June 28 On 6/13/2023 at 5:16 AM, tuanphan said: Add to Settings > Advanced > Code Injection > Footer (Or Settings > Developer Tools > Code Injection > Footer) <script> (function() { document.querySelector(".email input").setAttribute("placeholder", "Email"); })() </script> @tuanphan thank you very much! 🙏🙏🙏 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