CDAquestion Posted December 14, 2021 Share Posted December 14, 2021 Site URL: https://www.cdamovement.org Looking for CSS customization to change the placeholder text in the newsletter form on the homepage to change from "First Name / Last Name / Email Address" to "Name / CDSBC Number / Email." Much appreciate any help! Link to comment
tuanphan Posted December 17, 2021 Share Posted December 17, 2021 On 12/14/2021 at 8:16 AM, CDAquestion said: Site URL: https://www.cdamovement.org Looking for CSS customization to change the placeholder text in the newsletter form on the homepage to change from "First Name / Last Name / Email Address" to "Name / CDSBC Number / Email." Much appreciate any help! Add to Settings > Advanced > Code Injection > Footer <script> (function() { document.querySelector(".first-name input").setAttribute("placeholder", "Name"); document.querySelector(".last-name input").setAttribute("placeholder", "CDSBC Number"); document.querySelector(".email input").setAttribute("placeholder", "Email"); })() </script> 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