Expired
Hello,
I want to change placeholder of the search field which is currently showing “Search…” text. How do I change it properly?
Please go to file searchform.php and find this line: <input type="text" size="16" placeholder="<?php esc_attr_e('Search', 'codeless') ?>…" name="s" id="s"> Change the “Search” here.
<input type="text" size="16" placeholder="<?php esc_attr_e('Search', 'codeless') ?>…" name="s" id="s">
Best regards!
Thanks! It works.
You must be logged in to reply to this topic.