maksrybicki Posted June 11, 2023 Posted June 11, 2023 (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, 2023 by maksrybicki
Solution tuanphan Posted June 13, 2023 Solution Posted June 13, 2023 Add to Settings > Advanced > Code Injection > Footer (Or Settings > Developer Tools > Code Injection > Footer) <script> (function() { document.querySelector(".email input").setAttribute("placeholder", "Email"); })() </script> sayreambrosio and maksrybicki 1 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!)
maksrybicki Posted June 28, 2023 Author Posted June 28, 2023 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! 🙏🙏🙏
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment