cassy.carter
Member
Posted 11 months ago #
Hi!
I'd like to have my search bar button disabled and have it so you type and press enter to search. In addition, is there a way to do this with the email notifications as well??
I am using the Brunelleschi theme and the url is http://www.ffnblog.com
mattskills
Member
Posted 11 months ago #
depending on your theme the searchform could be located in several places, usually a php file called searchform.php , but it may also be in your sidebar.php
once you find it , change
<input type="submit" id="searchsubmit" value="Search">
to
<input type="hidden" id="searchsubmit" value="Search">