Mailchimp Banner Promo Product Page | Q3 2024

added by Mahrie for July $1 promo - product page specific link to Mailchimp pricing

Klarna Payments Q3 2024 banner

Added by Russell Langley in Partner Marketing

Product Icon

Storefront

by  Woo
Storefront is an intuitive & flexible, free theme offering deep integration with WooCommerce.

Remove the search for in search box

Author

Current Status

Open

Last updated: March 3, 2016

1 comment

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