Return the placeholder text “Search entire Store now…” to the search box Print

Modified on: Thu, 30 Mar, 2023 at 5:06 PM


The easiest way to put a placeholder text into a search box is with the ‘placeholder’ attribute, like that:

<input id="search" type="text" name="q" value="" class="input-text snize-input-style" autocomplete="off" placeholder="Search entire store here..."> /* Your code... */

Add the attribute to the search input field directly in the template code.


Did you find it helpful? Yes No

Send feedback
Sorry we couldn't be helpful. Help us improve this article with your feedback.