Klaviyo Site Banner | Q2 2025
2
Open
Last updated: March 3, 2016
Log in to comment on this feature request.
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’ );
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’ );