How can i change the placeholder text of search field?
Also when user click on search icon the focus does not shift to the field. I want the focus to shift to search text box when click on search icon.
Thanks
Hi
Please paste the custom code to
Wp-admin > WPLMS > Footer > Google analytics code > save changes
<script> $(document).ready(function(){ $("#new_searchicon").click(function(){ $("#s").attr("autofocus","autofocus"); }); });</script>
Author
Posts
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘Search Field place holder text’ is closed to new replies.