Affirm Banner | Q2 2024

added by Latoya

Flash sale: Get up to 30% off themes and extensions. Ends April 26 at 3 pm UTC. Shop the sale.
Product Icon

Storefront

Storefront est un thème gratuit, intuitif et flexible s’intégrant totalement à WooCommerce. C’est la plateforme parfaite pour votre prochain projet WooCommerce.

Remove the search for in search box

Auteur

Current Status

Ouvert

Last updated: mars 3, 2016

1 commentaire

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’ );