Change search bar input field placeholder
By default, the search bar input field text reads "How can we help you?" You can change the text to align with your brand voice or specific user needs.
- Navigate to your Header template.
- Edit the page.
- Add a JavaScript block.
- Add the following code to the block:
$( document ).ready(function() { $('#mt-site-search-input').attr("placeholder", "New Text"); }); - Change the New Text string.
- Save the page.
