Viewing 3 replies - 1 through 3 (of 3 total)
  • themesmonk

    (@themesmonk)

    There is an attribute in the input tag called Placeholder.

    <input type=”search” class=”search-field” placeholder=”Search …” value=”” name=”s” title=”Search for:”>

    You can change the placeholder value to customise the search … word.
    Create a child theme. Find the template file from where the input tag is placed and apply your changes.

    Thanks

    Thread Starter centrokehila

    (@centrokehila)

    Thanks ThemesMonk,
    The problem is that I can not find the input tag in the stylesheet nor elsewere.
    Where shoul I insert the code you posted?

    Michael

    (@mh-themes)

    Hi centrokehila,

    here you can find information about customizing search in WordPress: https://developer.www.ads-software.com/reference/functions/get_search_form/

    If this is just about having the word “Search” in your language, then you simply need to switch your WordPress installation under “Settings => General” to your language because your current setting is “English” and the search form is handled by WordPress itself, not by your theme.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘search box’ is closed to new replies.