Product Icon

Storefront

Storefront is an intuitive & flexible, free theme offering deep integration with WooCommerce. It's the perfect platform for your next WooCommerce project.

Remove the search for in search box

Autor

Current Status

Abrir

Last updated: março 3, 2016

1 comentário

Log in to comment on this feature request.

  1. Rodolfo says:

    Try using this:

    // ————————
    // Remove Storefront Theme Search Placeholder

    function bbloomer_storefront_search_form_modify( $html ) {

    return str_replace( ‘Search …’,”, $html );

    }

    add_filter( ‘get_search_form’, ‘bbloomer_storefront_search_form_modify’ );