Boutique, just want to remove top search box
-
I’m just an older lady that wants to sell soap and I just want to remove the search box in the upper right corner. When viewed in mobile, the search box gets in the way.
https://www.poorridgeranch.com/soap/
I’ve installed My Custom Functions plugin and the suggested code works good EXCEPT it reduces the depth of the banner area, cutting my banner in half. I’ve disabled this code snippet for now.
add_action( 'init', 'woa_theme_init' ); function woa_theme_init() { remove_action( 'storefront_header', 'storefront_product_search', 40 ); }
How do I use this snippet WITHOUT cutting the banner in half? I need to put back as much as the search box removal has removed.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Boutique, just want to remove top search box’ is closed to new replies.