Home Forums Basel support forum Placeholder in search form

Placeholder in search form

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12844

    altitudes89
    Participant

    Hello

    I would suggest that in wp-content/themes/basel/seachform.php you change:

    <input type="text" placeholder="<?php echo esc_attr_x( 'Search', 'submit button', 'basel' ); ?>" value="<?php echo get_search_query(); ?>" name="s" id="s" />
    to:
    <input type="text" placeholder="<?php echo esc_attr_x( 'Search for products', 'submit button', 'basel' ); ?>" value="<?php echo get_search_query(); ?>" name="s" id="s" />

    to make it consistent with what you have in the Ajax search form 😉 (which is more user friendly).

    Regards

    #12851

    Artem Temos
    Keymaster

    Hi,

    Thank you so much for the feature request. We will consider adding it in our future updates.

    Regards

Viewing 2 posts - 1 through 2 (of 2 total)