How to Hide Search Bar in Header WooCommerce Storefront Theme?
In this post
Hide in Entire Site
Just go to Appearance > Customize
Click Additional CSS
and insert this code
.site-header .site-search {
display: none;
}
Hide in Specific Page
For each specific page, simply insert the following code.