Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter zos

    (@zos)

    great support

    sailpilot

    (@sailpilot)

    You can change the word by editing the wp-responsive-menu.php file in your plugins directory.

    Open the file and find the following code:

    function wpr_search_form() {
    	return '<form role="search" method="get" class="wpr-search-form" action="' . site_url() . '"><label><input type="search" class="wpr-search-field" placeholder="Search ..." value="" name="s" title="Search for:"></label></form>';
    }

    change the placeholder field from “Search…” to whatever you like.

    Thread Starter zos

    (@zos)

    @sailpilot thank you very much for your help!

    sailpilot

    (@sailpilot)

    no problem. Just remember that if you upgrade this plugin you will probably have to make the change again.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change text in search bar’ is closed to new replies.